// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef OSP_PUBLIC_SERVICE_PUBLISHER_H_ #define OSP_PUBLIC_SERVICE_PUBLISHER_H_ #include <cstdint> #include <string> #include <vector> #include "osp/public/timestamp.h" #include "platform/base/error.h" #include "platform/base/interface_info.h" #include "platform/base/macros.h" namespace openscreen::osp { class ServicePublisher { … }; } // namespace openscreen::osp #endif // OSP_PUBLIC_SERVICE_PUBLISHER_H_