I would like to include a protocol definition file in another protocol file. For example:
// base.proto: message P_EndPoint { required int32 id = 1; requ
import "myproject/base.proto";
Docs: http://developers.google.com/protocol-buffers/docs/proto#other