#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 41 of file Protocols_Hooks.h.
TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_IIOP_Protocol_Properties::TAO_IIOP_Protocol_Properties | ( | void | ) |
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 52 of file Protocols_Hooks.h.