#include <GuardCondition.h>
Static Public Member Functions | |
static DDS::GuardCondition_ptr | duplicate (DDS::GuardCondition_ptr p) |
static void | release (DDS::GuardCondition_ptr p) |
static DDS::GuardCondition_ptr | nil () |
static CORBA::Boolean | marshal (const DDS::GuardCondition_ptr p, TAO_OutputCDR &cdr) |
Definition at line 57 of file GuardCondition.h.
OPENDDS_END_VERSIONED_NAMESPACE_DECL DDS::GuardCondition_ptr TAO::Objref_Traits< DDS::GuardCondition >::duplicate | ( | DDS::GuardCondition_ptr | p | ) | [static] |
Definition at line 39 of file GuardCondition.cpp.
References DDS::GuardCondition::_duplicate().
00040 { 00041 return DDS::GuardCondition::_duplicate(p); 00042 }
CORBA::Boolean TAO::Objref_Traits< DDS::GuardCondition >::marshal | ( | const DDS::GuardCondition_ptr | p, | |
TAO_OutputCDR & | cdr | |||
) | [static] |
Definition at line 57 of file GuardCondition.cpp.
References CORBA::Object::marshal().
00060 { 00061 return CORBA::Object::marshal(p, cdr); 00062 }
DDS::GuardCondition_ptr TAO::Objref_Traits< DDS::GuardCondition >::nil | ( | void | ) | [static] |
Definition at line 51 of file GuardCondition.cpp.
00052 { 00053 return static_cast<DDS::GuardCondition_ptr>(0); 00054 }
void TAO::Objref_Traits< DDS::GuardCondition >::release | ( | DDS::GuardCondition_ptr | p | ) | [static] |
Definition at line 45 of file GuardCondition.cpp.
References CORBA::release().
00046 { 00047 CORBA::release(p); 00048 }