summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Object_Adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Object_Adapter.h')
-rw-r--r--TAO/tao/PortableServer/Object_Adapter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/Object_Adapter.h b/TAO/tao/PortableServer/Object_Adapter.h
index 5ee0f3bee94..caf5019a0cb 100644
--- a/TAO/tao/PortableServer/Object_Adapter.h
+++ b/TAO/tao/PortableServer/Object_Adapter.h
@@ -233,7 +233,6 @@ public:
int dispatch_servant (const TAO_ObjectKey &key,
TAO_ServerRequest &req,
- void *context,
CORBA::Object_out forward_to,
CORBA_Environment &ACE_TRY_ENV);
@@ -294,7 +293,6 @@ public:
virtual int priority (void) const;
virtual int dispatch (TAO_ObjectKey &key,
TAO_ServerRequest &request,
- void *context, /* unused? */
CORBA::Object_out foward_to,
CORBA::Environment &ACE_TRY_ENV)
ACE_THROW_SPEC ((CORBA::SystemException));