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:
@@ -480,7 +480,7 @@ const std::int32_t EndpointManager<Platform>::kMaxConcurrentEndpoints = 50;
|
||||
|
||||
template <typename Platform>
|
||||
EndpointManager<Platform>::EndpointManager(
|
||||
Ptr<EndpointChannelManager<Platform>> endpoint_channel_manager)
|
||||
Ptr<EndpointChannelManager> endpoint_channel_manager)
|
||||
: thread_utils_(Platform::createThreadUtils()),
|
||||
system_clock_(Platform::createSystemClock()),
|
||||
endpoint_channel_manager_(endpoint_channel_manager),
|
||||
|
||||
Reference in New Issue
Block a user