TAO_RTCORBA
2.1.2
|
RTCORBA::StreamControlProtocolProperties implementation. More...
#include <RT_Policy_i.h>
RTCORBA::StreamControlProtocolProperties implementation.
Stores StreamControl Protocol configuration properties.
TAO_StreamControl_Protocol_Properties::TAO_StreamControl_Protocol_Properties | ( | CORBA::Long | send_buffer_size, |
CORBA::Long | recv_buffer_size, | ||
CORBA::Boolean | keep_alive, | ||
CORBA::Boolean | dont_route, | ||
CORBA::Boolean | no_delay, | ||
CORBA::Boolean | enable_network_priority | ||
) |
Constructor.
|
protectedvirtual |
Protected destructor to enforce proper memory management of this reference counted object.
|
virtual |
This method reads the object state from a CDR representation.
Reimplemented from RTCORBA::ProtocolProperties.
|
virtual |
This method writes a CDR representation of StreamControlProtocolProperties.
Reimplemented from RTCORBA::ProtocolProperties.
|
virtual |
Implements RTCORBA::StreamControlProtocolProperties.
void TAO_StreamControl_Protocol_Properties::dont_route | ( | CORBA::Boolean | dont_route | ) |
Implements RTCORBA::StreamControlProtocolProperties.
|
virtual |
Implements RTCORBA::StreamControlProtocolProperties.
void TAO_StreamControl_Protocol_Properties::keep_alive | ( | CORBA::Boolean | keep_alive | ) |
|
virtual |
Implements RTCORBA::StreamControlProtocolProperties.
void TAO_StreamControl_Protocol_Properties::no_delay | ( | CORBA::Boolean | no_delay | ) |
|
virtual |
Implements RTCORBA::StreamControlProtocolProperties.
void TAO_StreamControl_Protocol_Properties::recv_buffer_size | ( | CORBA::Long | recv_buffer_size | ) |
|
virtual |
Implements RTCORBA::StreamControlProtocolProperties.
void TAO_StreamControl_Protocol_Properties::send_buffer_size | ( | CORBA::Long | send_buffer_size | ) |