mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Release based on cl/313536507.
Signed-off-by: Alexey Polyudov <apolyudov@google.com> Change-Id: I83ec7dee1a7ef6f4bdfd47482c94d03910525b7e
This commit is contained in:
@@ -25,11 +25,11 @@ OfflineServiceController<Platform>::OfflineServiceController()
|
||||
: ServiceController<Platform>(),
|
||||
medium_manager_(new MediumManager<Platform>()),
|
||||
endpoint_channel_manager_(
|
||||
new EndpointChannelManager<Platform>(medium_manager_.get())),
|
||||
new EndpointChannelManager(medium_manager_.get())),
|
||||
endpoint_manager_(
|
||||
new EndpointManager<Platform>(endpoint_channel_manager_.get())),
|
||||
payload_manager_(new PayloadManager<Platform>(endpoint_manager_.get())),
|
||||
bandwidth_upgrade_manager_(new BandwidthUpgradeManager<Platform>(
|
||||
bandwidth_upgrade_manager_(new BandwidthUpgradeManager(
|
||||
medium_manager_.get(), endpoint_channel_manager_.get(),
|
||||
endpoint_manager_.get())),
|
||||
pcp_manager_(new PCPManager<Platform>(
|
||||
|
||||
Reference in New Issue
Block a user