#include <ORBInitInfo.h>
Static Public Member Functions | |
| TAO_ORBInitInfo_ptr | duplicate (TAO_ORBInitInfo_ptr) |
| void | release (TAO_ORBInitInfo_ptr) |
| TAO_ORBInitInfo_ptr | nil (void) |
| CORBA::Boolean | marshal (TAO_ORBInitInfo_ptr p, TAO_OutputCDR &cdr) |
|
|
Definition at line 32 of file ORBInitInfo.cpp. References TAO_ORBInitInfo::_duplicate(), and TAO_ORBInitInfo_ptr.
00033 {
00034 return TAO_ORBInitInfo::_duplicate (p);
00035 }
|
|
||||||||||||
|
Definition at line 50 of file ORBInitInfo.cpp. References CORBA::Object::marshal(), and TAO_ORBInitInfo_ptr.
00054 {
00055 return p->marshal (cdr);
00056 }
|
|
|
Definition at line 44 of file ORBInitInfo.cpp. References TAO_ORBInitInfo::_nil().
00045 {
00046 return TAO_ORBInitInfo::_nil ();
00047 }
|
|
|
Definition at line 38 of file ORBInitInfo.cpp. References TAO_ORBInitInfo_ptr.
00039 {
00040 ::CORBA::release (p);
00041 }
|
1.3.6