[omniORB] Generating seperate stubs for structs and sequences
Mike Mascari
mascarm at mascari.com
Wed Feb 11 14:35:52 GMT 2004
Duncan Grisby wrote:
> On Tuesday 10 February, Mike Mascari wrote:
>
>
>>I have a code generation utility, which, examining relation variables
>>and/or query result, will generate IDL like the above and a C++ wrapper
>>class.
>
> It wouldn't be terribly hard to modify the IDL compiler backend to do
> that. Alternatively, you could write a script to process the IDL
> compiler output into separate files. By far the easiest thing, though,
> is probably to make it so that your code generator generates lots of
> separate IDL files.
Okay. I'll change it to generate individual IDLs. I was hoping there
was a backend switch I was missing. Is there an equivalent to 'cc
-M' that I should be aware of? How do people handle inter-IDL file
depedency generation? Or is it an issue in 99% of the cases?
Mike Mascari
More information about the omniORB-list
mailing list