Fix errors from clang scripts

pull/18198/head
Karthik Ravi Shankar 6 years ago
parent 9875fabdd4
commit 4cb0d0d6b1
  1. 1
      BUILD.gn
  2. 2
      include/grpcpp/impl/codegen/completion_queue.h
  3. 2
      include/grpcpp/impl/codegen/server_interface.h
  4. 2
      include/grpcpp/security/credentials.h

@ -1003,6 +1003,7 @@ config("grpc_config") {
"include/grpcpp/alarm.h",
"include/grpcpp/alarm_impl.h",
"include/grpcpp/channel.h",
"include/grpcpp/channel_impl.h",
"include/grpcpp/client_context.h",
"include/grpcpp/completion_queue.h",
"include/grpcpp/create_channel.h",

@ -45,7 +45,7 @@ namespace grpc_impl {
class Channel;
class ServerBuilder;
} // namespace grpc_impl
} // namespace grpc_impl
namespace grpc {
template <class R>

@ -31,7 +31,7 @@
namespace grpc_impl {
class Channel;
class ServerCredentials;
} // namespace grpc_impl
} // namespace grpc_impl
namespace grpc {
class AsyncGenericService;

@ -35,7 +35,7 @@ struct grpc_call;
namespace grpc_impl {
class Channel;
} // namespace grpc_impl
} // namespace grpc_impl
namespace grpc {
class CallCredentials;

Loading…
Cancel
Save