#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 (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
void | enable_network_priority (CORBA::Boolean enable ACE_ENV_ARG_DECL_WITH_DEFAULTS) 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.
|
Constructor.
|
|
Protected destructor to enforce proper memory management of this reference counted object. |
|
This method reads the object state from a CDR representation.
Implements RTCORBA::ProtocolProperties. |
|
This method writes a CDR representation of UserDatagramProtocolProperties.
Implements RTCORBA::ProtocolProperties. |
|
|
|
Implements RTCORBA::UserDatagramProtocolProperties. |
|
|