#include <RT_Policy_i.h>
Inheritance diagram for TAO_UserDatagram_Protocol_Properties:
Public Member Functions | |
TAO_UserDatagram_Protocol_Properties (CORBA::Boolean enable_network_priority) | |
Constructor. | |
CORBA::Boolean | enable_network_priority (void) throw (CORBA::SystemException) |
void | enable_network_priority (CORBA::Boolean enable) throw (CORBA::SystemException) |
CORBA::Boolean | _tao_encode (TAO_OutputCDR &out_cdr) |
This method writes a CDR representation of UserDatagramProtocolProperties. | |
CORBA::Boolean | _tao_decode (TAO_InputCDR &in_cdr) |
This method reads the object state from a CDR representation. | |
Protected Member Functions | |
virtual | ~TAO_UserDatagram_Protocol_Properties (void) |
Private Attributes | |
CORBA::Boolean | enable_network_priority_ |
Stores UserDatagram Protocol configuration properties.
TAO_UserDatagram_Protocol_Properties::TAO_UserDatagram_Protocol_Properties | ( | CORBA::Boolean | enable_network_priority | ) |
Constructor.
TAO_UserDatagram_Protocol_Properties::~TAO_UserDatagram_Protocol_Properties | ( | void | ) | [protected, virtual] |
Protected destructor to enforce proper memory management of this reference counted object.
CORBA::Boolean TAO_UserDatagram_Protocol_Properties::_tao_decode | ( | TAO_InputCDR & | in_cdr | ) | [virtual] |
This method reads the object state from a CDR representation.
Reimplemented from RTCORBA::ProtocolProperties.
CORBA::Boolean TAO_UserDatagram_Protocol_Properties::_tao_encode | ( | TAO_OutputCDR & | out_cdr | ) | [virtual] |
This method writes a CDR representation of UserDatagramProtocolProperties.
Reimplemented from RTCORBA::ProtocolProperties.
void TAO_UserDatagram_Protocol_Properties::enable_network_priority | ( | CORBA::Boolean | enable | ) | throw (CORBA::SystemException) |
CORBA::Boolean TAO_UserDatagram_Protocol_Properties::enable_network_priority | ( | void | ) | throw (CORBA::SystemException) [virtual] |
Implements RTCORBA::UserDatagramProtocolProperties.