aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCall.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-10 16:56:00 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-10 16:56:00 -0700
commitfe8a899b631b3fd804b59ca32639ef2a14bb597f (patch)
tree542afaa848bd2030446a9c4c43d8f508c85a0dbc /src/objective-c/GRPCClient/GRPCCall.h
parenteab498bef453e221abd4602e6ceff16da659b3c1 (diff)
Rename writeWithData to writeData
Diffstat (limited to 'src/objective-c/GRPCClient/GRPCCall.h')
-rw-r--r--src/objective-c/GRPCClient/GRPCCall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCall.h b/src/objective-c/GRPCClient/GRPCCall.h
index 5f6afab08c..c8f3919a63 100644
--- a/src/objective-c/GRPCClient/GRPCCall.h
+++ b/src/objective-c/GRPCClient/GRPCCall.h
@@ -249,7 +249,7 @@ extern id const kGRPCTrailersKey;
/**
* Send a message to the server. Data are sent as raw bytes in gRPC message frames.
*/
-- (void)writeWithData:(NSData *)data;
+- (void)writeData:(NSData *)data;
/**
* Finish the RPC request and half-close the call. The server may still send messages and/or