TAO_UnixDomain_Protocol_Properties Class Reference
RTCORBA::UnixDomainProtocolProperties implementation.
More...
#include <RT_Policy_i.h>
List of all members.
Detailed Description
RTCORBA::UnixDomainProtocolProperties implementation.
Stores Unix Domain Sockets (Local IPC) Protocol configuration properties.
Constructor & Destructor Documentation
TAO_UnixDomain_Protocol_Properties::TAO_UnixDomain_Protocol_Properties |
( |
CORBA::Long |
send_buffer_size, |
|
|
CORBA::Long |
recv_buffer_size | |
|
) |
| | |
virtual TAO_UnixDomain_Protocol_Properties::~TAO_UnixDomain_Protocol_Properties |
( |
void |
|
) |
[protected, virtual] |
Protected destructor to enforce proper memory management of this reference counted object.
Member Function Documentation
This method reads an instance of UnixDomainProperties from a CDR encapsulation. This Protocol Property in TAO specific, so there is no order of encapsulation specified in the RT CORBA Spec. The current implementation expect the field according to the order of declaration.
This method writes the CDR encapsulation of an instance of UnixDomainProperties. This Protocol Property in TAO specific, so there is no order of encapsulation specified in the RT CORBA Spec. The current implementation encodes the field according to the order of declaration (i.e. first is encoded send_buffer_size and then recv_buffer_size).
void TAO_UnixDomain_Protocol_Properties::recv_buffer_size |
( |
CORBA::Long |
recv_buffer_size |
) |
|
CORBA::Long TAO_UnixDomain_Protocol_Properties::recv_buffer_size |
( |
void |
|
) |
|
void TAO_UnixDomain_Protocol_Properties::send_buffer_size |
( |
CORBA::Long |
send_buffer_size |
) |
|
CORBA::Long TAO_UnixDomain_Protocol_Properties::send_buffer_size |
( |
void |
|
) |
|
Member Data Documentation
The documentation for this class was generated from the following file: