#include <IOR_Table_Impl.h>
Static Public Member Functions | |
| static TAO_IOR_Table_Impl_ptr | duplicate (TAO_IOR_Table_Impl_ptr) |
| static void | release (TAO_IOR_Table_Impl_ptr) |
| static TAO_IOR_Table_Impl_ptr | nil (void) |
| ::CORBA::Boolean | marshal (const TAO_IOR_Table_Impl_ptr p, TAO_OutputCDR &cdr) |
Definition at line 95 of file IOR_Table_Impl.h.
| TAO_IOR_Table_Impl_ptr TAO::Objref_Traits< TAO_IOR_Table_Impl >::duplicate | ( | TAO_IOR_Table_Impl_ptr | p | ) | [static] |
Definition at line 21 of file IOR_Table_Impl.cpp.
{
if (!::CORBA::is_nil (p))
{
p->_add_ref ();
}
return p;
}
| CORBA::Boolean TAO::Objref_Traits< TAO_IOR_Table_Impl >::marshal | ( | const TAO_IOR_Table_Impl_ptr | p, | |
| TAO_OutputCDR & | cdr | |||
| ) | [static] |
Definition at line 44 of file IOR_Table_Impl.cpp.
{
return false;
}
| TAO_IOR_Table_Impl_ptr TAO::Objref_Traits< TAO_IOR_Table_Impl >::nil | ( | void | ) | [static] |
Definition at line 38 of file IOR_Table_Impl.cpp.
{
return TAO_IOR_Table_Impl::_nil ();
}
| void TAO::Objref_Traits< TAO_IOR_Table_Impl >::release | ( | TAO_IOR_Table_Impl_ptr | p | ) | [static] |
Definition at line 32 of file IOR_Table_Impl.cpp.
{
::CORBA::release (p);
}
1.7.0