aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-02-18 14:32:38 -0800
committerGravatar Yang Gao <yangg@google.com>2015-02-18 14:32:38 -0800
commit3a5e5495e53868378a0c46e16990671f2fab565d (patch)
tree3804ca412e22b881543648ae7790b07ff73145aa /include/grpc++/impl
parentd0d007e6d1139625e05ebd5859289c08a8668033 (diff)
Async client api change. Add a ClientAsyncResponseReader. Make the api similar to streaming and symmetric to server side.
Diffstat (limited to 'include/grpc++/impl')
-rw-r--r--include/grpc++/impl/client_unary_call.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/grpc++/impl/client_unary_call.h b/include/grpc++/impl/client_unary_call.h
index 22a8a04c82..f94538560e 100644
--- a/include/grpc++/impl/client_unary_call.h
+++ b/include/grpc++/impl/client_unary_call.h
@@ -48,13 +48,6 @@ class CompletionQueue;
class RpcMethod;
class Status;
-// Wrapper that begins an asynchronous unary call
-void AsyncUnaryCall(ChannelInterface *channel, const RpcMethod &method,
- ClientContext *context,
- const google::protobuf::Message &request,
- google::protobuf::Message *result, Status *status,
- CompletionQueue *cq, void *tag);
-
// Wrapper that performs a blocking unary call
Status BlockingUnaryCall(ChannelInterface *channel, const RpcMethod &method,
ClientContext *context,