#include <Protocols_Hooks.h>
Public Member Functions | |
TAO_IIOP_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_ |
|
Definition at line 12 of file Protocols_Hooks.cpp.
00013 : send_buffer_size_ (0), 00014 recv_buffer_size_ (0), 00015 keep_alive_ (0), 00016 dont_route_ (0), 00017 no_delay_ (0), 00018 enable_network_priority_ (0) 00019 { 00020 } |
|
Definition at line 50 of file Protocols_Hooks.h. Referenced by TAO_IIOP_Connection_Handler::open(). |
|
Definition at line 52 of file Protocols_Hooks.h. |
|
Definition at line 49 of file Protocols_Hooks.h. Referenced by TAO_IIOP_Connection_Handler::open(). |
|
Definition at line 51 of file Protocols_Hooks.h. Referenced by TAO_IIOP_Connection_Handler::open(). |
|
Definition at line 48 of file Protocols_Hooks.h. Referenced by TAO_IIOP_Connection_Handler::open(). |
|
Definition at line 47 of file Protocols_Hooks.h. Referenced by TAO_IIOP_Connection_Handler::open(). |