1. I think most idl compilers will compile this interface A { void foo( void ); } into void A::foo( Enviroment & ) OMNI does it like this void A::foo( void ) Should it be Enviroment here? 2. Any plans to support long long -> CORBA:LongLong type ? 3. Any plans to support/implement POA (Portable Object Adaptor) ? Regards.