mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Roll forward to cl/314747126
Signed-off-by: Alexey Polyudov <apolyudov@google.com> Change-Id: Ie19e006429b138b3768e97dae971a43fdc5ef8bf
This commit is contained in:
@@ -25,9 +25,9 @@ namespace connections {
|
||||
template <typename Platform>
|
||||
PCPManager<Platform>::PCPManager(
|
||||
Ptr<MediumManager<Platform> > medium_manager,
|
||||
Ptr<EndpointChannelManager<Platform> > endpoint_channel_manager,
|
||||
Ptr<EndpointChannelManager> endpoint_channel_manager,
|
||||
Ptr<EndpointManager<Platform> > endpoint_manager,
|
||||
Ptr<BandwidthUpgradeManager<Platform> > bandwidth_upgrade_manager)
|
||||
Ptr<BandwidthUpgradeManager> bandwidth_upgrade_manager)
|
||||
: pcp_handlers_(), current_pcp_handler_() {
|
||||
pcp_handlers_[PCP::P2P_CLUSTER] = MakePtr(new P2PClusterPCPHandler<Platform>(
|
||||
medium_manager, endpoint_manager, endpoint_channel_manager,
|
||||
|
||||
Reference in New Issue
Block a user