#include <RTCORBAC.h>
Inheritance diagram for RTCORBA::TCPProtocolProperties:
Reimplemented from RTCORBA::ProtocolProperties.
Reimplemented from RTCORBA::ProtocolProperties.
RTCORBA::TCPProtocolProperties::TCPProtocolProperties | ( | void | ) | [protected] |
RTCORBA::TCPProtocolProperties::~TCPProtocolProperties | ( | void | ) | [protected, virtual] |
RTCORBA::TCPProtocolProperties::TCPProtocolProperties | ( | const TCPProtocolProperties & | ) | [private] |
RTCORBA::TCPProtocolProperties_ptr RTCORBA::TCPProtocolProperties::_duplicate | ( | TCPProtocolProperties_ptr | obj | ) | [static] |
void RTCORBA::TCPProtocolProperties::_tao_release | ( | TCPProtocolProperties_ptr | obj | ) | [static] |
RTCORBA::TCPProtocolProperties_ptr RTCORBA::TCPProtocolProperties::_narrow | ( | CORBA::Object_ptr | obj | ) | [static] |
Reimplemented from RTCORBA::ProtocolProperties.
RTCORBA::TCPProtocolProperties_ptr RTCORBA::TCPProtocolProperties::_unchecked_narrow | ( | CORBA::Object_ptr | obj | ) | [static] |
Reimplemented from RTCORBA::ProtocolProperties.
static TCPProtocolProperties_ptr RTCORBA::TCPProtocolProperties::_nil | ( | void | ) | [inline, static] |
Reimplemented from RTCORBA::ProtocolProperties.
void RTCORBA::TCPProtocolProperties::_tao_any_destructor | ( | void * | ) | [static] |
Reimplemented from RTCORBA::ProtocolProperties.
virtual CORBA::Long RTCORBA::TCPProtocolProperties::send_buffer_size | ( | void | ) | [pure virtual] |
Implemented in TAO_TCP_Protocol_Properties.
virtual void RTCORBA::TCPProtocolProperties::send_buffer_size | ( | ::CORBA::Long | send_buffer_size | ) | [pure virtual] |
virtual CORBA::Long RTCORBA::TCPProtocolProperties::recv_buffer_size | ( | void | ) | [pure virtual] |
Implemented in TAO_TCP_Protocol_Properties.
virtual void RTCORBA::TCPProtocolProperties::recv_buffer_size | ( | ::CORBA::Long | recv_buffer_size | ) | [pure virtual] |
virtual CORBA::Boolean RTCORBA::TCPProtocolProperties::keep_alive | ( | void | ) | [pure virtual] |
Implemented in TAO_TCP_Protocol_Properties.
virtual void RTCORBA::TCPProtocolProperties::keep_alive | ( | ::CORBA::Boolean | keep_alive | ) | [pure virtual] |
virtual CORBA::Boolean RTCORBA::TCPProtocolProperties::dont_route | ( | void | ) | [pure virtual] |
Implemented in TAO_TCP_Protocol_Properties.
virtual void RTCORBA::TCPProtocolProperties::dont_route | ( | ::CORBA::Boolean | dont_route | ) | [pure virtual] |
virtual CORBA::Boolean RTCORBA::TCPProtocolProperties::no_delay | ( | void | ) | [pure virtual] |
Implemented in TAO_TCP_Protocol_Properties.
virtual void RTCORBA::TCPProtocolProperties::no_delay | ( | ::CORBA::Boolean | no_delay | ) | [pure virtual] |
virtual CORBA::Boolean RTCORBA::TCPProtocolProperties::enable_network_priority | ( | void | ) | [pure virtual] |
Implemented in TAO_TCP_Protocol_Properties.
virtual void RTCORBA::TCPProtocolProperties::enable_network_priority | ( | ::CORBA::Boolean | enable_network_priority | ) | [pure virtual] |
CORBA::Boolean RTCORBA::TCPProtocolProperties::_is_a | ( | const char * | type_id | ) | [virtual] |
Reimplemented from RTCORBA::ProtocolProperties.
const char * RTCORBA::TCPProtocolProperties::_interface_repository_id | ( | void | ) | const [virtual] |
Reimplemented from RTCORBA::ProtocolProperties.
CORBA::Boolean RTCORBA::TCPProtocolProperties::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Reimplemented from RTCORBA::ProtocolProperties.
void RTCORBA::TCPProtocolProperties::operator= | ( | const TCPProtocolProperties & | ) | [private] |