aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/ProtoRPC/ProtoRPC.h
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-07-03 12:02:38 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-07-04 15:00:31 -0700
commit469d4b6fde8084232cafa3972691d20b6cb359c7 (patch)
tree547ff43651349e47fda257cc231127eb70fd7859 /src/objective-c/ProtoRPC/ProtoRPC.h
parent951cd18309958d7ad2992d43ac565e91089b5d8c (diff)
Rename GRPCMethodName->ProtoMethod
Diffstat (limited to 'src/objective-c/ProtoRPC/ProtoRPC.h')
-rw-r--r--src/objective-c/ProtoRPC/ProtoRPC.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/ProtoRPC/ProtoRPC.h b/src/objective-c/ProtoRPC/ProtoRPC.h
index a383310619..c5ab345c9c 100644
--- a/src/objective-c/ProtoRPC/ProtoRPC.h
+++ b/src/objective-c/ProtoRPC/ProtoRPC.h
@@ -37,7 +37,7 @@
@interface ProtoRPC : GRPCCall
- (instancetype)initWithHost:(NSString *)host
- method:(GRPCMethodName *)method
+ method:(ProtoMethod *)method
requestsWriter:(id<GRXWriter>)requestsWriter
responseClass:(Class)responseClass
responsesWriteable:(id<GRXWriteable>)responsesWriteable NS_DESIGNATED_INITIALIZER;