In former implementation, package name is not considered as to where to create client code.
Now, package name is taken into consideration in paths of generated files. For example, when package name is com.msgpack (which is specified by -p option in mpidl), generated file will be created in /com/msgpack/ directory.
In former implementation, package name is not considered as to where to create client code.
Now, package name is taken into consideration in paths of generated files. For example, when package name is com.msgpack (which is specified by -p option in mpidl), generated file will be created in /com/msgpack/ directory.