Defining native CORBA types

You can create CORBA structures, enumerations, and typedefs using the same steps you would for creating such items in C++.

Procedure

  1. Create a type inside a <<CORBA Module>> package or <<CORBA Interface>> class.
  2. On the General tab of the Features window for the type, select Language from the Kind list.
  3. On the Declaration tab of the Features window, declare the IDL.
  4. Click OK.
    Note: To define a CORBA union, see Defining a CORBA union by using stereotypes.

Feedback