[omniORB] about interface inheritance

Duncan Grisby dgrisby@uk.research.att.com
Tue, 16 Apr 2002 09:57:57 +0100


On Monday 15 April, zhang ji wrote:

> In my one idl file(test.idl as below), it contains two
> inherited interface. I used implementation inheritance
> based on the interface inheritance, but it seemed the
> it does not succeed(the server just seemed to fall
> idle loop). 
> 
> Is the multiple inheritance someplace in my below
> codes wrong?

Yes. You need to use virtual inheritance.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan@grisby.org     --
   -- http://www.grisby.org --