Product: OpenFusion TAO
Version: ALL
Description:
How to avoid the automatic generation of "name" and "member name" parameter
Resolution:
TAO is compliant to the standard as only the repository ID is used in equivalence tests. The CORBA specification requires that the tk_enum type the "name" parameter and the "member name" parameters must always be encoded but they may contain an empty string.
If you wish to do this then you need to use the -Gt IDL compiler option when you compile the IDL.
#KnowledgeDocs
#OpenFusion