One-line fix for namespace bug

pull/607/head
Vijay Pai 10 years ago
parent 8a287d1a1b
commit a5baf18983
  1. 2
      src/compiler/cpp_generator.cc

@ -386,7 +386,7 @@ void PrintSourceClientMethod(google::protobuf::io::Printer *printer,
"const $Request$& request, "
"::grpc::CompletionQueue* cq, void* tag) {\n");
printer->Print(*vars,
" return new ClientAsyncResponseReader< $Response$>("
" return new ::grpc::ClientAsyncResponseReader< $Response$>("
"channel(), cq, "
"::grpc::RpcMethod($Service$_method_names[$Idx$]), "
"context, request, tag);\n"

Loading…
Cancel
Save