About this task
IBM® Rational® Rhapsody® gives
you control over how a C++ class is bound to the ORB. Use the CORBA::Class::DefaultImplementationMethod property
to specify whether a given C++ class implements a CORBA
interface using the inheritance approach or TIE approach. Once you
have set this property, Rational Rhapsody uses
the following properties to implement the interface:
- CORBA::TAO::DefTIEString - If CORBA::Class::DefaultImplementationMethod is
set to TIE, the DefTIEString property
specifies a template for the string generated into every IDL file
that contains a CORBA interface.
- CORBA::TAO::Skeleton -
If CORBA::Class::DefaultImplementationMethod is
set to Inheritance, the Skeleton property
defines a format string that the implementing class inherits. The
default is POA_$interface. The CORBA interface name
replaces "$interface" in the generated code.