#include <RT_Policy_i.h>
Inheritance diagram for TAO_GIOP_Protocol_Properties:
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 |
|
Protected destructor to enforce proper memory management of this reference counted object. Definition at line 1209 of file RT_Policy_i.cpp.
01210 { 01211 } |
|
Definition at line 1205 of file RT_Policy_i.cpp.
01206 { 01207 } |
|
Implements RTCORBA::ProtocolProperties. Definition at line 1220 of file RT_Policy_i.cpp.
01221 {
01222 return 1;
01223 }
|
|
Implements RTCORBA::ProtocolProperties. Definition at line 1214 of file RT_Policy_i.cpp.
01215 {
01216 return 1;
01217 }
|
|
Definition at line 776 of file RT_Policy_i.h. |