Internal change

PiperOrigin-RevId: 361061825
This commit is contained in:
hai007
2021-03-04 20:22:12 -08:00
committed by Copybara-Service
parent c5e8f134f6
commit bf22c78865
+4
View File
@@ -34,6 +34,10 @@ namespace location {
namespace nearby {
namespace connections {
// The definition is necessary before C++17.
constexpr absl::Duration
ClientProxy::kHighPowerAdvertisementEndpointIdCacheTimeout;
ClientProxy::ClientProxy() : client_id_(Prng().NextInt64()) {}
ClientProxy::~ClientProxy() { Reset(); }