Please report new issues athttps://github.com/DOCGroup
With a combination of ORB code refactoring and IDL compiler modifications, eliminate the need for hand-crafting of generated ORB code, allowing the IDL compiler to run on .pidl files as part of the ORB build.
Tentatively targeted for TAO 2.0.
accepted
Added blocks
Made some changes to generate a typedef for the Cookie native declaration in ServantLocator.pidl.
One to solve is the guard that is added to some generated files to make sure that end users can't include those. Maybe move the real contents to a new file and add a special flag to generate a check that a generated C.h file can't be included
Most easy files are fixed, now left are files where methods are added which are not in idl, those are the hard ones.
number of handcrafted files already decreased a lot, a few must be done, but these are not easy
added depends
added blocks
fixed