aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCWrappedCall.h
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-04-29 11:42:26 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-04-29 11:42:26 -0700
commit2101a48e1f9cf53ff12f477ed92a873c51473ced (patch)
tree57c6e61b96ac6c5995723ea9f476242753731f55 /src/objective-c/GRPCClient/private/GRPCWrappedCall.h
parent33655f970ba6c0b5a55306081ee2cf4143ddd746 (diff)
Simplified startBatch, resolved comments
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCWrappedCall.h')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCWrappedCall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCWrappedCall.h b/src/objective-c/GRPCClient/private/GRPCWrappedCall.h
index d7b1aa8bf2..91cd703faf 100644
--- a/src/objective-c/GRPCClient/private/GRPCWrappedCall.h
+++ b/src/objective-c/GRPCClient/private/GRPCWrappedCall.h
@@ -41,7 +41,7 @@ typedef void(^GRPCCompletionHandler)(NSDictionary *);
- (void)getOp:(grpc_op *)op;
-- (void(^)(void))opProcessor;
+- (void)finish;
@end