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:
@@ -18,6 +18,7 @@
|
||||
#include "core/internal/client_proxy.h"
|
||||
#include "proto/connections/offline_wire_formats.pb.h"
|
||||
#include "platform/api/count_down_latch.h"
|
||||
#include "platform/api/platform.h"
|
||||
#include "platform/port/string.h"
|
||||
#include "proto/connections_enums.pb.h"
|
||||
|
||||
@@ -27,9 +28,10 @@ namespace connections {
|
||||
|
||||
// Defines the set of methods that need to be implemented to handle the
|
||||
// per-Medium-specific operations needed to upgrade an EndpointChannel.
|
||||
template <typename Platform>
|
||||
class BandwidthUpgradeHandler {
|
||||
public:
|
||||
using Platform = platform::ImplementationPlatform;
|
||||
|
||||
virtual ~BandwidthUpgradeHandler() {}
|
||||
|
||||
// Reverts any changes made to the device in the process of upgrading
|
||||
|
||||
Reference in New Issue
Block a user