Chapter 15 Working with IDL


Data type

You create a CORBA data type using a class with the <<CORBAPrimitive>> stereotype.

Fixed data type

You create a CORBA fixed data type using a class with the <<CORBAFixed>> stereotype. When you apply the stereotype, the following extended attributes are automatically added to the class:


typedef fixed<8, 3> Class_1;

 


Copyright (C) 2005. Sybase Inc. All rights reserved.