Bart,
To prevent name collisions in generated .proto files, you can put them
into different namespaces.
For instance, adding
.protobuf-package "enum"
to your enum module, this will translate to
package enum;
in the generated .proto file
Protobuf packages work very similar to C++ namespaces.
(in piqi version < 0.6.0 this property was named "proto-package"; it
is still supported under this name in 0.6.0+ but you will get a
deprecation warning)
Anton
> --
> You received this message because you are subscribed to the Google Groups
> "piqi" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
piqi+uns...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>