summaryrefslogtreecommitdiff
path: root/TAO/tao/Adapter.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-04 18:53:32 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-04 18:53:32 +0000
commit15d335d084e19b6c72bd430f6b00c1aed58f82e6 (patch)
tree00c002500fe31748d5d4b9481f78530dfd6ac2d8 /TAO/tao/Adapter.h
parent85e68305e35f5ce82c844a2b7376383c90234761 (diff)
downloadATCD-15d335d084e19b6c72bd430f6b00c1aed58f82e6.tar.gz
ChangeLogTag: Wed Oct 4 13:45:48 2000 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Adapter.h')
-rw-r--r--TAO/tao/Adapter.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/Adapter.h b/TAO/tao/Adapter.h
index 97f76aff910..146db31a87c 100644
--- a/TAO/tao/Adapter.h
+++ b/TAO/tao/Adapter.h
@@ -36,6 +36,7 @@
class TAO_ORB_Core;
class TAO_Stub;
class TAO_MProfile;
+class TAO_ServerRequest;
class TAO_Export TAO_Adapter
{
@@ -61,7 +62,7 @@ public:
// that matches a key is used to dispatch a request.
virtual int dispatch (TAO_ObjectKey &key,
- CORBA::ServerRequest &request,
+ TAO_ServerRequest &request,
void *context, /* unused? */
CORBA::Object_out forward_to,
CORBA::Environment &ACE_TRY_ENV)
@@ -125,7 +126,7 @@ public:
// Insert a new adapter into the registry.
void dispatch (TAO_ObjectKey &key,
- CORBA::ServerRequest &request,
+ TAO_ServerRequest &request,
void *context, /* unused? */
CORBA::Object_out forward_to,
CORBA::Environment &ACE_TRY_ENV)