diff options
author | Jorge Canizales <jcanizales@google.com> | 2015-06-02 02:02:28 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2015-06-04 21:53:24 -0700 |
commit | e3534c38f50dfcc3e63d2b683498afe0a87ad407 (patch) | |
tree | 9b97a64e44b69f8cf0f52475a8eaf576a1ed165f /protos | |
parent | 79afd0750837e5c12e1a62cdcd65dda70b5d33a1 (diff) |
Add ObjC prefixes to the sample protos
Diffstat (limited to 'protos')
-rw-r--r-- | protos/hellostreamingworld.proto | 1 | ||||
-rw-r--r-- | protos/helloworld.proto | 1 | ||||
-rw-r--r-- | protos/route_guide.proto | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/protos/hellostreamingworld.proto b/protos/hellostreamingworld.proto index ec8405c78b..bd5af3b2d5 100644 --- a/protos/hellostreamingworld.proto +++ b/protos/hellostreamingworld.proto @@ -30,6 +30,7 @@ syntax = "proto3"; option java_package = "ex.grpc"; +option objc_class_prefix = "HSW"; package hellostreamingworld; diff --git a/protos/helloworld.proto b/protos/helloworld.proto index 6281c934ae..7d58870a70 100644 --- a/protos/helloworld.proto +++ b/protos/helloworld.proto @@ -30,6 +30,7 @@ syntax = "proto3"; option java_package = "io.grpc.examples"; +option objc_class_prefix = "HLW"; package helloworld; diff --git a/protos/route_guide.proto b/protos/route_guide.proto index 37590490f4..bfde5f1ead 100644 --- a/protos/route_guide.proto +++ b/protos/route_guide.proto @@ -30,6 +30,7 @@ syntax = "proto3"; option java_package = "ex.grpc"; +option objc_class_prefix = "RTG"; package examples; |