#include <IOR_Table_Impl.h>
Static Public Member Functions | |
TAO_IOR_Table_Impl_ptr | duplicate (TAO_IOR_Table_Impl_ptr) |
void | release (TAO_IOR_Table_Impl_ptr) |
TAO_IOR_Table_Impl_ptr | nil (void) |
::CORBA::Boolean | marshal (const TAO_IOR_Table_Impl_ptr p, TAO_OutputCDR &cdr) |
|
Definition at line 21 of file IOR_Table_Impl.cpp. References TAO_IOR_Table_Impl_ptr.
00022 { 00023 if (!::CORBA::is_nil (p)) 00024 { 00025 p->_add_ref (); 00026 } 00027 00028 return p; 00029 } |
|
Definition at line 44 of file IOR_Table_Impl.cpp. References TAO_IOR_Table_Impl_ptr.
00046 { 00047 return false; 00048 } |
|
Definition at line 38 of file IOR_Table_Impl.cpp. References TAO_IOR_Table_Impl::_nil().
00039 { 00040 return TAO_IOR_Table_Impl::_nil (); 00041 } |
|
Definition at line 32 of file IOR_Table_Impl.cpp. References TAO_IOR_Table_Impl_ptr.
00033 { 00034 ::CORBA::release (p); 00035 } |