OSS Fixes

Signed-off-by: Alexey Polyudov <apolyudov@google.com>
Change-Id: I9a7d3c3d9790dc58c0d4c2bd2134499337b9a17b
This commit is contained in:
Alexey Polyudov
2020-10-22 11:25:32 -07:00
parent b4d8577b98
commit b724d792dd
312 changed files with 4377 additions and 9 deletions
+16 -2
View File
@@ -1,3 +1,17 @@
// Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef CORE_INTERNAL_PCP_HANDLER_H_
#define CORE_INTERNAL_PCP_HANDLER_H_
@@ -38,7 +52,7 @@ inline Strategy PcpToStrategy(Pcp pcp) {
// to do so).
//
// See details here:
// https://source.corp.google.com/piper///depot/google3/core/core.h
// cpp/core/core.h
class PcpHandler {
public:
virtual ~PcpHandler() = default;
@@ -53,7 +67,7 @@ class PcpHandler {
// start advertising, we'll change the ClientProxy's state.
// ConnectionListener (info.listener) will be notified in case of any event.
// See
// https://source.corp.google.com/piper///depot/google3/core/listeners.h;bpv=1;bpt=1;l=71?gsn=ConnectionListener
// cpp/core/listeners.h
virtual Status StartAdvertising(ClientProxy* client,
const std::string& service_id,
const ConnectionOptions& options,