summaryrefslogtreecommitdiff
path: root/TAO/tao/Adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Adapter.h')
-rw-r--r--TAO/tao/Adapter.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Adapter.h b/TAO/tao/Adapter.h
index ef59fa0720a..5986595da5f 100644
--- a/TAO/tao/Adapter.h
+++ b/TAO/tao/Adapter.h
@@ -63,10 +63,10 @@ public:
/// Return the status....
virtual int dispatch (TAO_ObjectKey &key,
TAO_ServerRequest &request,
- void *context, /* unused? */
CORBA::Object_out forward_to,
CORBA::Environment &ACE_TRY_ENV)
ACE_THROW_SPEC ((CORBA::SystemException)) = 0;
+
enum {
DS_OK,
// The operation was successfully dispatched, an exception may
@@ -140,7 +140,6 @@ public:
*/
void dispatch (TAO_ObjectKey &key,
TAO_ServerRequest &request,
- void *context, /* unused? */
CORBA::Object_out forward_to,
CORBA::Environment &ACE_TRY_ENV)
ACE_THROW_SPEC ((CORBA::SystemException));