TAO_SCIOP_Protocol_Properties Class Reference

#include <Protocols_Hooks.h>

List of all members.

Public Member Functions

 TAO_SCIOP_Protocol_Properties (void)

Public Attributes

CORBA::Long send_buffer_size_
CORBA::Long recv_buffer_size_
int keep_alive_
int dont_route_
int no_delay_
CORBA::Boolean enable_network_priority_


Constructor & Destructor Documentation

TAO_SCIOP_Protocol_Properties::TAO_SCIOP_Protocol_Properties void   ) 
 

Definition at line 45 of file Protocols_Hooks.cpp.

00046   : send_buffer_size_ (0),
00047     recv_buffer_size_ (0),
00048     keep_alive_ (0),
00049     dont_route_ (0),
00050     no_delay_ (0),
00051     enable_network_priority_ (0)
00052 {
00053 }


Member Data Documentation

int TAO_SCIOP_Protocol_Properties::dont_route_
 

Definition at line 102 of file Protocols_Hooks.h.

CORBA::Boolean TAO_SCIOP_Protocol_Properties::enable_network_priority_
 

Definition at line 104 of file Protocols_Hooks.h.

int TAO_SCIOP_Protocol_Properties::keep_alive_
 

Definition at line 101 of file Protocols_Hooks.h.

int TAO_SCIOP_Protocol_Properties::no_delay_
 

Definition at line 103 of file Protocols_Hooks.h.

CORBA::Long TAO_SCIOP_Protocol_Properties::recv_buffer_size_
 

Definition at line 100 of file Protocols_Hooks.h.

CORBA::Long TAO_SCIOP_Protocol_Properties::send_buffer_size_
 

Definition at line 99 of file Protocols_Hooks.h.


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 12:23:27 2006 for TAO by doxygen 1.3.6