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