summaryrefslogtreecommitdiff
path: root/TAO/tao/Protocols_Hooks.cpp
diff options
context:
space:
mode:
authorfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-15 15:08:02 +0000
committerfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-15 15:08:02 +0000
commitb9997a95a1245c149884a52792bd13617077fff9 (patch)
tree17912e6410b3632f0a1b413f2d87255cae6a84f9 /TAO/tao/Protocols_Hooks.cpp
parent2e50502c8c83dfb3700590afa2384e8708233eb1 (diff)
downloadATCD-b9997a95a1245c149884a52792bd13617077fff9.tar.gz
ChangeLogTag: Tue Apr 15 09:50:40 2001 Frank Hunleth <fhunleth@cs.wustl.edu>, Angelo Corsaro <corsaro@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Protocols_Hooks.cpp')
-rw-r--r--TAO/tao/Protocols_Hooks.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/tao/Protocols_Hooks.cpp b/TAO/tao/Protocols_Hooks.cpp
index 42028296bbf..0dcb3de0a21 100644
--- a/TAO/tao/Protocols_Hooks.cpp
+++ b/TAO/tao/Protocols_Hooks.cpp
@@ -127,6 +127,16 @@ TAO_Protocols_Hooks::set_default_policies (TAO_ORB_Core *)
return 0;
}
+void
+TAO_Protocols_Hooks::rt_service_context (TAO_Stub *,
+ TAO_Service_Context &,
+ CORBA::Boolean ,
+ CORBA::Environment &)
+{
+ // No-Op.
+}
+
+
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
template class ACE_Dynamic_Service<TAO_Protocols_Hooks>;