[omniORB] about interface inheritance
Slava Garelin
garelin@ukr.net
Tue, 16 Apr 2002 10:44:02 +0300
On Tuesday 16 April 2002 08:56, zhang ji wrote:
> Hi all,
>
> 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?
>
> Thanks,
> Shifeng
>
> IDL file:
> "
> interface father
> {
> void hello();
> };
>
> interface son : father
> {
> void hello_son();
> };
Try run omniidl with -Wbexample option and get generated implementation
models.
--
Slava Garelin