Fwd: Re[2]: [orbitcpp-list] Where is Policy class? : )
Status: Beta
Brought to you by:
philipd
|
From: Artem Gr <ar...@bi...> - 2001-09-05 16:38:10
|
SC> Artem Gr <ar...@bi...> wrote: >> Policy class is mentioned in orbitcpp headers but isn't implemented... SC> Feel free to implement it. :) SC> I don't know if I know enough to do it myself. PolicyList class and create_POA method seems easy to implement... And we can report bugs in existing implementation, but there is nothing we can do if there is no implementation at all... Understanding "ORBit C API" into "orbitcpp API" mapping is more difficult, becouse there is no documentation covering some hidden issues (like where POA_ptr type is located? I can't find its definition in sources or headers). Besides, I currently doesn't have much time. >> Is there a (preferred) way to use ORBit C API >> in places where orbitcpp API doesn't work? SC> ORBit-C++ objects and the equivalent ORBit structs are binary-compatible. SC> You should be able to cast back and forth between them. SC> The preferred method is for someone to implement the missing bits of SC> ORBit-C++. Any patches are appreciated, even if they're not complete. I'm currently forced to use MICO, becouse I just need working CORBA-compliant implementation. ORBit is much smaller and compiles much faster, sad I can't use it. |