[orbitcpp-list] Multiple Inheritance
Status: Beta
Brought to you by:
philipd
From: Lance W. <la...@se...> - 2001-01-18 16:56:14
|
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. |