diff options
author | Yang Gao <yangg@google.com> | 2015-03-05 13:46:41 -0800 |
---|---|---|
committer | Yang Gao <yangg@google.com> | 2015-03-05 13:46:41 -0800 |
commit | c79a57c3a9ffea6f5a1cbea7b061d204a11281db (patch) | |
tree | f4d4414e2f66d122702ae07fa9e8e4d872da6e7c /include/grpc++/impl/rpc_method.h | |
parent | 5b73bb114234ee1afe1a2e26c0de88b25fd621c5 (diff) | |
parent | 9709188eb8302aae7270fe2b4239a46bd9b8bbd6 (diff) |
Merge branch 'master' into untypedAPI
Diffstat (limited to 'include/grpc++/impl/rpc_method.h')
-rw-r--r-- | include/grpc++/impl/rpc_method.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/include/grpc++/impl/rpc_method.h b/include/grpc++/impl/rpc_method.h index 0236b1182a..e8909ac184 100644 --- a/include/grpc++/impl/rpc_method.h +++ b/include/grpc++/impl/rpc_method.h @@ -31,14 +31,8 @@ * */ -#ifndef __GRPCPP_IMPL_RPC_METHOD_H__ -#define __GRPCPP_IMPL_RPC_METHOD_H__ - -namespace google { -namespace protobuf { -class Message; -} // namespace protobuf -} // namespace google +#ifndef GRPCXX_IMPL_RPC_METHOD_H +#define GRPCXX_IMPL_RPC_METHOD_H namespace grpc { @@ -66,4 +60,4 @@ class RpcMethod { } // namespace grpc -#endif // __GRPCPP_IMPL_RPC_METHOD_H__ +#endif // GRPCXX_IMPL_RPC_METHOD_H |