#include <Object.h>
Static Public Member Functions | |
| static CORBA::Object_ptr | duplicate (CORBA::Object_ptr) |
| static void | release (CORBA::Object_ptr) |
| static CORBA::Object_ptr | nil (void) |
| static CORBA::Boolean | marshal (const CORBA::Object_ptr p, TAO_OutputCDR &cdr) |
Definition at line 417 of file Object.h.
| CORBA::Object_ptr TAO::Objref_Traits< CORBA::Object >::duplicate | ( | CORBA::Object_ptr | p | ) | [static] |
Definition at line 974 of file Object.cpp.
{
return CORBA::Object::_duplicate (p);
}
| CORBA::Boolean TAO::Objref_Traits< CORBA::Object >::marshal | ( | const CORBA::Object_ptr | p, | |
| TAO_OutputCDR & | cdr | |||
| ) | [static] |
Definition at line 992 of file Object.cpp.
{
return ::CORBA::Object::marshal (p, cdr);
}
| CORBA::Object_ptr TAO::Objref_Traits< CORBA::Object >::nil | ( | void | ) | [static] |
Definition at line 986 of file Object.cpp.
{
return CORBA::Object::_nil ();
}
| void TAO::Objref_Traits< CORBA::Object >::release | ( | CORBA::Object_ptr | p | ) | [static] |
Definition at line 980 of file Object.cpp.
{
::CORBA::release (p);
}
1.7.0