3 // ===================================================================
5 * @file DiffServ_Service_Context_Handler.h
7 * @author Johnny Willemsen <jwillemsen@remedy.nl>
9 // ===================================================================
11 #ifndef TAO_DIFFSERV_SERVICE_CONTEXT_HANDLER_H
12 #define TAO_DIFFSERV_SERVICE_CONTEXT_HANDLER_H
13 #include /**/ "ace/pre.h"
14 #include "tao/DiffServPolicy/DiffServPolicy_Export.h"
16 #if !defined (ACE_LACKS_PRAGMA_ONCE)
18 #endif /* ACE_LACKS_PRAGMA_ONCE */
20 #include "tao/Service_Context_Handler.h"
22 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
24 class TAO_DiffServ_Service_Context_Handler
:
25 public TAO_Service_Context_Handler
28 virtual int process_service_context (TAO_Transport
& transport
,
29 const IOP::ServiceContext
& context
,
30 TAO_ServerRequest
*request
);
31 virtual int generate_service_context (
33 TAO_Transport
&transport
,
34 TAO_Operation_Details
&opdetails
,
35 TAO_Target_Specification
&spec
,
39 TAO_END_VERSIONED_NAMESPACE_DECL
41 #include /**/ "ace/post.h"
42 #endif /* TAO_DIFFSERV_SERVICE_CONTEXT_HANDLER_H */