summaryrefslogtreecommitdiff
path: root/TAO/tao/Protocols_Hooks.h
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.h
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.h')
-rw-r--r--TAO/tao/Protocols_Hooks.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/Protocols_Hooks.h b/TAO/tao/Protocols_Hooks.h
index 8776eae39e7..0e7e6fdcf2d 100644
--- a/TAO/tao/Protocols_Hooks.h
+++ b/TAO/tao/Protocols_Hooks.h
@@ -27,6 +27,7 @@
class TAO_ORB_Core;
class TAO_GIOP_Invocation;
class TAO_Resource_Factory;
+class TAO_Service_Context;
class TAO_Export TAO_Protocols_Hooks : public ACE_Service_Object
{
@@ -62,6 +63,11 @@ public:
CORBA::ULong &type_value,
CORBA::Environment &ACE_TRY_ENV);
+ virtual void rt_service_context (TAO_Stub *stub,
+ TAO_Service_Context &service_context,
+ CORBA::Boolean restart,
+ CORBA::Environment &ACE_TRY_ENV);
+
virtual void add_rt_service_context_hook (
TAO_GIOP_Invocation *invocation,
CORBA::Policy *model_policy,