#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 1277 of file RT_Policy_i.cpp.
01278 { 01279 } |
|
Definition at line 1273 of file RT_Policy_i.cpp.
01274 { 01275 } |
|
Implements RTCORBA::ProtocolProperties. Definition at line 1288 of file RT_Policy_i.cpp.
01289 {
01290 return 1;
01291 }
|
|
Implements RTCORBA::ProtocolProperties. Definition at line 1282 of file RT_Policy_i.cpp.
01283 {
01284 return 1;
01285 }
|
|
Definition at line 867 of file RT_Policy_i.h. |