Hello there.
I have a proto file that include other proto file inside or linked to it.
Do i need to include the generated header files for those proto in my 
client implementation or they are linked automatically to my single proto 
file.

Or heres more clearly

A proto file contains B proto and C proto linked inside A.
Now compile generates C++ header files for A,B and C.

Now while implementing my client stub do i need to link or include all the 
headers generated A,B and C or
only A? What about the namespace classes for B and C?

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to