[omniORB] Multiple Inheritance

Wernke zur Borg wernke.zur.borg at vega.de
Fri Feb 3 10:42:40 GMT 2006


Hi,

CORBA IDL does support multiple inheritance:

interface C: A, B { 
	...
};

omniidl will create the corresponding C++ code.

Have you tried it? Where is your problem exactly?

Wernke 


> -----Original Message-----
> From: omniorb-list-bounces at omniorb-support.com 
> [mailto:omniorb-list-bounces at omniorb-support.com] On Behalf 
> Of Neil Vince
> Sent: 03 February 2006 10:24
> To: omniorb-list at omniorb-support.com
> Subject: [omniORB] Multiple Inheritance
> 
> Hi,
> 
> I've been trawling looking for documentation/examples of 
> implementation 
> of multiple inheritance within omniOrb and have drawn a blank, so was 
> wondering if there was anyone out there that can lend a 
> pointer.  I've 
> got two interfaces A & B, but now I need an interface C the 
> implements 
> both of them (and nothing else) but without rewriting all the 
> implementation etc.
> 
> Regards,
> 
> Neil Vince
> www.world-text.com
> Nevis Systems Limited
> 



More information about the omniORB-list mailing list