aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpcpp/impl/codegen/client_unary_call.h
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2019-01-02 14:46:52 -0800
committerGravatar Yash Tibrewal <yashkt@google.com>2019-01-02 14:46:52 -0800
commitc6261f4b918a88f5b1fc5cd60e1e2b44e8f83a76 (patch)
treeab36bd753f240ba12e581754a70dfbdc13936837 /include/grpcpp/impl/codegen/client_unary_call.h
parent4aeba4252893755ff13b2cc0edfcc954c6d04a6b (diff)
Rename new SendMessage types to SendMessagePtr
Diffstat (limited to 'include/grpcpp/impl/codegen/client_unary_call.h')
-rw-r--r--include/grpcpp/impl/codegen/client_unary_call.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpcpp/impl/codegen/client_unary_call.h b/include/grpcpp/impl/codegen/client_unary_call.h
index f34da23482..b9f8e1663f 100644
--- a/include/grpcpp/impl/codegen/client_unary_call.h
+++ b/include/grpcpp/impl/codegen/client_unary_call.h
@@ -57,7 +57,7 @@ class BlockingUnaryCallImpl {
CallOpRecvInitialMetadata, CallOpRecvMessage<OutputMessage>,
CallOpClientSendClose, CallOpClientRecvStatus>
ops;
- status_ = ops.SendMessage(&request);
+ status_ = ops.SendMessagePtr(&request);
if (!status_.ok()) {
return;
}