aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/ProtoRPC/ProtoRPC.h
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2016-06-08 10:40:00 -0700
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2016-06-08 10:40:00 -0700
commit4f11ab1ffd20a3a0cf2c33a563fcd5437733c189 (patch)
treeed85d4bd29da2a596db728f8a0b30773d68d4bc6 /src/objective-c/ProtoRPC/ProtoRPC.h
parent6f9501098ec0714f620b0913ffdc6f824f8aca14 (diff)
addressed feedback.
Diffstat (limited to 'src/objective-c/ProtoRPC/ProtoRPC.h')
-rw-r--r--src/objective-c/ProtoRPC/ProtoRPC.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/objective-c/ProtoRPC/ProtoRPC.h b/src/objective-c/ProtoRPC/ProtoRPC.h
index 55fefb0aa8..f22d731f68 100644
--- a/src/objective-c/ProtoRPC/ProtoRPC.h
+++ b/src/objective-c/ProtoRPC/ProtoRPC.h
@@ -36,7 +36,7 @@
#import "ProtoMethod.h"
-__attribute__((deprecated("Please use GRPCProtoRPC.")))
+__attribute__((deprecated("Please use GRPCProtoCall.")))
@interface ProtoRPC : GRPCCall
- (instancetype)initWithHost:(NSString *)host
@@ -49,9 +49,9 @@ __attribute__((deprecated("Please use GRPCProtoRPC.")))
@end
/**
- * This subclass is empty now. Eventually we'll remove ProtoService class
+ * This subclass is empty now. Eventually we'll remove ProtoRPC class
* to avoid potential naming conflict
*/
-@interface GRPCProtoRPC : ProtoRPC
+@interface GRPCProtoCall : ProtoRPC
@end