ADD: added new version of protobuf
This commit is contained in:
@@ -29,11 +29,9 @@
|
||||
|
||||
syntax = "proto2";
|
||||
|
||||
package objc.protobuf.tests.chain;
|
||||
package protobuf_unittest;
|
||||
|
||||
import "objectivec/Tests/unittest_extension_chain_g.proto";
|
||||
|
||||
option objc_class_prefix = "Chain";
|
||||
import "unittest_extension_chain_g.proto";
|
||||
|
||||
// The Root for this file should just be merging in the extensions from C's
|
||||
// Root (because G doesn't define anything itself).
|
||||
@@ -41,6 +39,6 @@ option objc_class_prefix = "Chain";
|
||||
// The generated source will also have to directly import C's .h file so it can
|
||||
// compile the reference to C's Root class.
|
||||
|
||||
message FMessage {
|
||||
optional GMessage g = 1;
|
||||
message ChainFMessage {
|
||||
optional ChainGMessage g = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user