[Enterprise Extensions only]

CORBA basic types

The following basic C++ types map directly into CORBA types:

All these types are scoped to the class CORBA and must be declared accordingly. Their use in C++ is transparent and straightforward. For example:

CORBA::Short aShortvariable;
... 
aShortVariable = 12; 
...