#include <RT_Policy_i.h>
Public Member Functions | |
CORBA::Boolean | _tao_encode (TAO_OutputCDR &out_cdr) |
CORBA::Boolean | _tao_decode (TAO_InputCDR &in_cdr) |
Protected Member Functions | |
virtual | ~TAO_GIOP_Protocol_Properties () |
TAO_GIOP_Protocol_Properties (void) | |
Friends | |
class | TAO_Protocol_Properties_Factory |
Definition at line 758 of file RT_Policy_i.h.
TAO_GIOP_Protocol_Properties::~TAO_GIOP_Protocol_Properties | ( | void | ) | [protected, virtual] |
Protected destructor to enforce proper memory management of this reference counted object.
Definition at line 1177 of file RT_Policy_i.cpp.
{ }
TAO_GIOP_Protocol_Properties::TAO_GIOP_Protocol_Properties | ( | void | ) | [protected] |
Definition at line 1173 of file RT_Policy_i.cpp.
{ }
CORBA::Boolean TAO_GIOP_Protocol_Properties::_tao_decode | ( | TAO_InputCDR & | in_cdr | ) |
Definition at line 1188 of file RT_Policy_i.cpp.
{ return true; }
CORBA::Boolean TAO_GIOP_Protocol_Properties::_tao_encode | ( | TAO_OutputCDR & | out_cdr | ) |
Definition at line 1182 of file RT_Policy_i.cpp.
{ return true; }
friend class TAO_Protocol_Properties_Factory [friend] |
Definition at line 774 of file RT_Policy_i.h.