CORBA Programming Reference
|
|
Returns a pointer to an ORB object.
static CORBA::ORB_ptrTP::orb();
Access to the ORB object allows the application to invoke ORB operations, such as string_to_object() and object_to_string().
Note: Because the TP Framework owns the ORB object, the application must not delete it.
Upon successful completion, orb() returns a pointer to the ORB object that is created by the TP Framework when the server program is started.
|
|
|