[omniORB] Standard ?

Billy Newport bnewport@eps.agfa.be
Thu, 9 Apr 1998 09:21:01 +0200


Nope,
You mena Orbix has an environment parameter. This was a hang up from C++
compilers which did not support exceptions. If the compiler supports
exceptions, there is no need for exception. You use try, catch and throw to
handle them instead of the environment members.

Billy

> -----Original Message-----
> From: owner-omniorb-list@orl.co.uk
> [mailto:owner-omniorb-list@orl.co.uk]On Behalf Of Boris Khanales
> Sent: Wednesday, April 08, 1998 5:46 PM
> To: omniorb-list@orl.co.uk
> Subject: [omniORB] Standard ?
>
>
> 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.
>
>