summaryrefslogtreecommitdiff
path: root/TAO/tao/Service_Context_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Service_Context_Handler.h')
-rw-r--r--TAO/tao/Service_Context_Handler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Service_Context_Handler.h b/TAO/tao/Service_Context_Handler.h
index 1d1ab48c257..390fbd43d57 100644
--- a/TAO/tao/Service_Context_Handler.h
+++ b/TAO/tao/Service_Context_Handler.h
@@ -23,7 +23,7 @@
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-class TAO_ServerRequest;
+class TAO_Transport;
/**
* This is the base of handler classes that each can process a certain
@@ -35,7 +35,7 @@ class TAO_Export TAO_Service_Context_Handler
{
public:
TAO_Service_Context_Handler (void);
- virtual int process_service_context (TAO_ServerRequest& server_request,
+ virtual int process_service_context (TAO_Transport& transport,
const IOP::ServiceContext& context) = 0;
virtual ~TAO_Service_Context_Handler (void);
};