aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/verbs/grpc_verbs_service_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/verbs/grpc_verbs_service_impl.h')
-rw-r--r--tensorflow/contrib/verbs/grpc_verbs_service_impl.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/tensorflow/contrib/verbs/grpc_verbs_service_impl.h b/tensorflow/contrib/verbs/grpc_verbs_service_impl.h
index 6e2bf86dac..86431ca030 100644
--- a/tensorflow/contrib/verbs/grpc_verbs_service_impl.h
+++ b/tensorflow/contrib/verbs/grpc_verbs_service_impl.h
@@ -28,15 +28,6 @@ limitations under the License.
#include "tensorflow/contrib/verbs/verbs_service.pb.h"
namespace grpc {
-
-// ensure internal namespace exists
-namespace internal {
-// bring in contents of external namespace
-using namespace ::grpc;
-} // namespace internal
-// bring in contents of internal namespace
-using namespace internal;
-
class CompletionQueue;
class Channel;
class RpcService;
@@ -70,7 +61,7 @@ class VerbsService GRPC_FINAL {
private:
std::shared_ptr< ::grpc::ChannelInterface> channel_;
- const ::grpc::RpcMethod rpcmethod_GetRemoteAddress_;
+ const ::grpc::internal::RpcMethod rpcmethod_GetRemoteAddress_;
};
static std::unique_ptr<Stub> NewStub(
const std::shared_ptr< ::grpc::ChannelInterface>& channel,