TAO_SHMIOP_Protocol_Properties Class Reference

#include <Protocols_Hooks.h>

Collaboration diagram for TAO_SHMIOP_Protocol_Properties:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_SHMIOP_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::Long preallocate_buffer_size_
ACE_CString mmap_filename_
ACE_CString mmap_lockname_

Detailed Description

Definition at line 65 of file Protocols_Hooks.h.


Constructor & Destructor Documentation

TAO_SHMIOP_Protocol_Properties::TAO_SHMIOP_Protocol_Properties ( void   ) 

Definition at line 28 of file Protocols_Hooks.cpp.

00029   : send_buffer_size_ (0),
00030     recv_buffer_size_ (0),
00031     keep_alive_ (0),
00032     dont_route_ (0),
00033     no_delay_ (0),
00034     preallocate_buffer_size_ (0),
00035     mmap_filename_ (),
00036     mmap_lockname_ ()
00037 {
00038 }


Member Data Documentation

int TAO_SHMIOP_Protocol_Properties::dont_route_

Definition at line 74 of file Protocols_Hooks.h.

int TAO_SHMIOP_Protocol_Properties::keep_alive_

Definition at line 73 of file Protocols_Hooks.h.

ACE_CString TAO_SHMIOP_Protocol_Properties::mmap_filename_

Definition at line 77 of file Protocols_Hooks.h.

ACE_CString TAO_SHMIOP_Protocol_Properties::mmap_lockname_

Definition at line 78 of file Protocols_Hooks.h.

int TAO_SHMIOP_Protocol_Properties::no_delay_

Definition at line 75 of file Protocols_Hooks.h.

CORBA::Long TAO_SHMIOP_Protocol_Properties::preallocate_buffer_size_

Definition at line 76 of file Protocols_Hooks.h.

CORBA::Long TAO_SHMIOP_Protocol_Properties::recv_buffer_size_

Definition at line 72 of file Protocols_Hooks.h.

CORBA::Long TAO_SHMIOP_Protocol_Properties::send_buffer_size_

Definition at line 71 of file Protocols_Hooks.h.


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:39:45 2010 for TAO by  doxygen 1.4.7