diff options
author | Jorge Canizales <jcanizales@google.com> | 2015-05-11 19:59:03 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2015-05-17 16:21:01 -0700 |
commit | fd88e465c03aca4e3a91527b4986a738202070a3 (patch) | |
tree | c619ee7947ad1fd24450077f0ee1b09874d15468 /src/objective-c/examples/Sample/RemoteTestClient/Test.pbobjc.m | |
parent | 669df902c997cc66abfa7aad21c5abbcc6344ea4 (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/Test.pbobjc.m')
-rw-r--r-- | src/objective-c/examples/Sample/RemoteTestClient/Test.pbobjc.m | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/objective-c/examples/Sample/RemoteTestClient/Test.pbobjc.m b/src/objective-c/examples/Sample/RemoteTestClient/Test.pbobjc.m new file mode 100644 index 0000000000..08562b828a --- /dev/null +++ b/src/objective-c/examples/Sample/RemoteTestClient/Test.pbobjc.m @@ -0,0 +1,9 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: test.proto + +// File empty because all messages, extensions and enum have been filtered. + + +// Dummy symbol that will be stripped but will avoid linker warnings about +// no symbols in the .o form compiling this file. +static int RMTTestRoot_dummy __attribute__((unused,used)) = 0; |