aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/server.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-03-03 13:48:40 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-03-03 13:48:40 -0800
commite7460e87d37ad2ff7d829db1731c981c50555d9b (patch)
tree6fc109771b7ccddba4243474ca26c2b73c1ae85f /include/grpc++/server.h
parent5589c35fedb441492c63a13ffc56297368ec1e21 (diff)
parentc82c36b4007bb94ba9c38324b0fc681e87ce2021 (diff)
Merge github.com:grpc/grpc into credit
Diffstat (limited to 'include/grpc++/server.h')
-rw-r--r--include/grpc++/server.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/grpc++/server.h b/include/grpc++/server.h
index 062546ac74..cc9cbe2e8d 100644
--- a/include/grpc++/server.h
+++ b/include/grpc++/server.h
@@ -47,12 +47,6 @@
struct grpc_server;
-namespace google {
-namespace protobuf {
-class Message;
-} // namespace protobuf
-} // namespace google
-
namespace grpc {
class AsynchronousService;
class RpcService;
@@ -100,7 +94,7 @@ class Server GRPC_FINAL : private CallHook,
// DispatchImpl
void RequestAsyncCall(void* registered_method, ServerContext* context,
- ::google::protobuf::Message* request,
+ grpc::protobuf::Message* request,
ServerAsyncStreamingInterface* stream,
CompletionQueue* cq, void* tag);