[omniORB] CORBA::Current not found

Duncan Grisby dgrisby@uk.research.att.com
Mon, 11 Feb 2002 18:01:19 +0000


On Monday 4 February, m.soukhanov@geosys.ru wrote:

> ../../idl/COS/CosTransactions.idl:86: Error in look-up of 'CORBA::Current': 'Current' not found
> omniidl: 1 error.
> 
> I know that there is now CORBA::Current in the <omniORB4/CORBA.h>,
> is it not supported by omniidl? Or what have I done wrong?

CORBA::Current is not a normal interface -- it is specified in
pseudo-IDL, and requires various ORB magic to make it work.
Therefore, CosTransactions.idl cannot be compiled as-is. The only bit
of Current supported at the moment is PortableServer::Current.

What are you trying to do with the CosTransactions IDL?

Cheers,

Duncan.

-- 
 -- Duncan Grisby  \  Research Engineer  --
  -- AT&T Laboratories Cambridge          --
   -- http://www.uk.research.att.com/~dpg1 --