#include <Protocols_Hooks.h>
Public Member Functions | |
TAO_UIOP_Protocol_Properties (void) | |
Public Attributes | |
CORBA::Long | send_buffer_size_ |
CORBA::Long | recv_buffer_size_ |
|
Definition at line 22 of file Protocols_Hooks.cpp.
00023 : send_buffer_size_ (0), 00024 recv_buffer_size_ (0) 00025 { 00026 } |
|
Definition at line 62 of file Protocols_Hooks.h. |
|
Definition at line 61 of file Protocols_Hooks.h. |