[omniORB] Standard ?

Boris Khanales boris@imagine-sw.com
ed, 8 Apr 1998 11:45:39 -0400


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.