Re: [orbitcpp-list] Multiple Inheritance
Status: Beta
Brought to you by:
philipd
From: Andreas K. <ak...@ix...> - 2001-01-18 17:22:57
|
On Thu, Jan 18, 2001 at 08:56:14AM -0800, Lance Welsh wrote: > Does anyone have an example of inhertance? Compiling the IDL files seems to > work (say ones that define base class 'A' and dereived class 'B'), but when trying > to compile 'B_impl.cc" (which is derived from 'A_impl'), some structures from > A's headers are redefined (indentically but fatally) by B's headers. > Information or examples appreciated. Thanks, -Lance. > > > _______________________________________________ > orbitcpp-list mailing list > orb...@li... > http://lists.sourceforge.net/lists/listinfo/orbitcpp-list > Hi Lance, IMHO, orbitcpp doesn't yet implement the #pragma inhibit directives properly (see CORBA spec or ORBit docs) so that for now the only solution would be to put all the definitions into one huge IDL file. (or #include them) This is a temporary deficiency, it will go away as we proceed. Bye Andy -- What do you have if you have 6 mathematicians buried up to their necks in pig shit? - Not enough pig shit. |