chromium/third_party/openscreen/src/osp/impl/receiver_list.h

// 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_IMPL_RECEIVER_LIST_H_
#define OSP_IMPL_RECEIVER_LIST_H_

#include <vector>

#include "osp/public/service_info.h"
#include "platform/base/error.h"

namespace openscreen::osp {

class ReceiverList {};

}  // namespace openscreen::osp

#endif  // OSP_IMPL_RECEIVER_LIST_H_