Re: corba and scripting questions



Hi Martijn,

I think your questions comes down to:
"I know I can do interface inheritance, but how can I do implementation
inheritance in CORBA?"

I think it's pretty hard in plain C.... (Is it possible?)

Cheers,
    Dirk-Jan

>I've been redesigning the IDL for photon, and I've run into a few problems
>I have the following structure
>
>there's a Part interface, which is the base for each part of photon.
>then each part has it's own interface, which derives from part
>
>the problem is that since I'm not going to implement all the parts myself,
>I put the Part interface in it's own file. Each part has a .idl file as
>well, which includes the Part .idl.
>
>When I run these files through orbit-idl, it generates code for Part in
every
>output file set. So, when I would try and compile the project-management
>part, which must talk to every part, I'd have a lot of functions doubled.
>
>Is there any way to solve this (except by putting it all in one big idl
file)?




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]