summaryrefslogtreecommitdiff
path: root/TAO/tao/Protocols_Hooks.h
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-28 01:52:55 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-28 01:52:55 +0000
commit9d06c3cfb5e28511894dd3e599c2a7e683df22de (patch)
treefdf16856ee4f62e9ed1c2c61acba59ad42ef76b4 /TAO/tao/Protocols_Hooks.h
parent2853706721bdfb6efcaac323078c6cdc63462a5b (diff)
downloadATCD-9d06c3cfb5e28511894dd3e599c2a7e683df22de.tar.gz
ChangeLogTag: Wed Dec 27 17:37:39 2000 Priyanka Gontla <pgontla@ece.uci.edu>
Diffstat (limited to 'TAO/tao/Protocols_Hooks.h')
-rw-r--r--TAO/tao/Protocols_Hooks.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/TAO/tao/Protocols_Hooks.h b/TAO/tao/Protocols_Hooks.h
index 1d00dbc634d..7a06e31e103 100644
--- a/TAO/tao/Protocols_Hooks.h
+++ b/TAO/tao/Protocols_Hooks.h
@@ -34,19 +34,18 @@ public:
/// destructor
virtual ~TAO_Protocols_Hooks (void);
-#if (TAO_HAS_RT_CORBA == 1)
-
virtual int call_client_protocols_hook (TAO_ORB_Core *orb_core,
- RTCORBA::ProtocolProperties_var &
- properties,
+ int &send_buffer_size,
+ int &recv_buffer_size,
+ int &no_delay,
const char *protocol_type);
virtual int call_server_protocols_hook (TAO_ORB_Core *orb_core,
- RTCORBA::ProtocolProperties_var &
- properties,
+ int &send_buffer_size,
+ int &recv_buffer_size,
+ int &no_delay,
const char *protocol_type);
-#endif /* TAO_HAS_RT_CORBA == 1 */
/**
* to get the policy_type in Long format.