diff options
author | Michael Lumish <mlumish@google.com> | 2015-05-18 10:40:06 -0700 |
---|---|---|
committer | Michael Lumish <mlumish@google.com> | 2015-05-18 10:40:06 -0700 |
commit | 7dff30d8fb366960adc11ca4b62009023e489853 (patch) | |
tree | f65b366613b9d3b615ae563738a2e1d0b919e2b1 /src/objective-c/examples/Sample/RemoteTestClient/empty.proto | |
parent | 9e28875206d03a5fc5b1c5c51ebe4c0a7506f717 (diff) | |
parent | 05456f81c5d8ae93aed407d6503fc44136d1f6de (diff) |
Merge pull request #1636 from jcanizales/move-sample-to-proto3
Move sample app and tests to proto3
Diffstat (limited to 'src/objective-c/examples/Sample/RemoteTestClient/empty.proto')
-rw-r--r-- | src/objective-c/examples/Sample/RemoteTestClient/empty.proto | 6 |
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 |