Re: [mico-devel] Mico Generated Code Question

2006-09-02 Thread Karel Gardas
Hello Paul, have you tried POA tie approach? IIRC it was designed to fulfil such needs, i.e. integrating legacy code. Cheers, Karel -- Karel Gardas [EMAIL PROTECTED] ObjectSecurity Ltd. http://www.objectsecurity.com --- Need experienced, fast, reliable technical MIC

[mico-devel] Mico Generated Code Question

2006-08-24 Thread Caswell, Paul \(SELEX Comms\) \(UK\)
Title: Mico Generated Code Question Hello All, Looking at the code generated from IDL I was wondering why none of the base classes are pure C++ interfaces.  For example, given the following IDL: interface Base {    void foo();    void bar(); }; I get the following classes generated