Hi,
Does the protocol buffer language have a mechanism for resolving types
across scopes. Eg, given
message foo {
message X {}
message bar {
message X{}
message abc {
message foo:X <----------- This is not legal, but how
do you do it?
}
}
}
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Protocol Buffers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en
-~----------~----~----~----~------~----~------~--~---