aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/examples/Sample/RemoteTestClient/empty.proto
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-05-11 19:59:03 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-05-17 16:21:01 -0700
commitfd88e465c03aca4e3a91527b4986a738202070a3 (patch)
treec619ee7947ad1fd24450077f0ee1b09874d15468 /src/objective-c/examples/Sample/RemoteTestClient/empty.proto
parent669df902c997cc66abfa7aad21c5abbcc6344ea4 (diff)
Make the test.proto etc proto3, regenerate files, adjust podspec and Podfile
Generated by running protoc --objc_out=. --objcrpc_out=. *.proto in this directory. Generates separate files until GeneratorContext::OpenForInsert/Append works. A temporary podspec for the proto3 runtime is being used, pending the official.
Diffstat (limited to 'src/objective-c/examples/Sample/RemoteTestClient/empty.proto')
-rw-r--r--src/objective-c/examples/Sample/RemoteTestClient/empty.proto6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/objective-c/examples/Sample/RemoteTestClient/empty.proto b/src/objective-c/examples/Sample/RemoteTestClient/empty.proto
index 3b626ab131..a678048289 100644
--- a/src/objective-c/examples/Sample/RemoteTestClient/empty.proto
+++ b/src/objective-c/examples/Sample/RemoteTestClient/empty.proto
@@ -27,13 +27,11 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-syntax = "proto2";
-
-import "google/protobuf/objectivec-descriptor.proto";
+syntax = "proto3";
package grpc.testing;
-option (google.protobuf.objectivec_file_options).class_prefix = "RMT";
+option objc_class_prefix = "RMT";
// An empty message that you can re-use to avoid defining duplicated empty
// messages in your project. A typical example is to use it as argument or the