summaryrefslogtreecommitdiff
path: root/TAO/tao/Protocols_Hooks.cpp
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
commit2a240a55a11e2bec0e48aec6767da968c334fde9 (patch)
treefdf16856ee4f62e9ed1c2c61acba59ad42ef76b4 /TAO/tao/Protocols_Hooks.cpp
parent46cc4ee7b8ff1991f57176e99d861d3a2b5d4df2 (diff)
downloadATCD-2a240a55a11e2bec0e48aec6767da968c334fde9.tar.gz
ChangeLogTag: Wed Dec 27 17:37:39 2000 Priyanka Gontla <pgontla@ece.uci.edu>
Diffstat (limited to 'TAO/tao/Protocols_Hooks.cpp')
-rw-r--r--TAO/tao/Protocols_Hooks.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/tao/Protocols_Hooks.cpp b/TAO/tao/Protocols_Hooks.cpp
index 24572cd9ccb..bf15f64dd81 100644
--- a/TAO/tao/Protocols_Hooks.cpp
+++ b/TAO/tao/Protocols_Hooks.cpp
@@ -15,11 +15,11 @@ TAO_Protocols_Hooks::~TAO_Protocols_Hooks (void)
{
}
-#if (TAO_HAS_RT_CORBA == 1)
-
int
TAO_Protocols_Hooks::call_client_protocols_hook (TAO_ORB_Core *,
- RTCORBA::ProtocolProperties_var &,
+ int &,
+ int &,
+ int &,
const char *)
{
return 0;
@@ -28,14 +28,14 @@ TAO_Protocols_Hooks::call_client_protocols_hook (TAO_ORB_Core *,
int
TAO_Protocols_Hooks::call_server_protocols_hook (TAO_ORB_Core *,
- RTCORBA::ProtocolProperties_var &,
+ int &,
+ int &,
+ int &,
const char *)
{
return 0;
}
-#endif /* TAO_HAS_RT_CORBA == 1 */
-
void
TAO_Protocols_Hooks::call_policy_type_hook (CORBA::PolicyList *&,
CORBA::ULong &)
@@ -120,7 +120,7 @@ TAO_Protocols_Hooks::set_priority_mapping (TAO_ORB_Core *,
return;
}
-int
+int
TAO_Protocols_Hooks::set_default_policies (TAO_ORB_Core *)
{
return 0;