3 // ===================================================================
5 * @file RT_Service_Context_Handler.h
7 * @author Johnny Willemsen <jwillemsen@remedy.nl>
9 // ===================================================================
11 #ifndef TAO_RT_SERVICE_CONTEXT_HANDLER_H
12 #define TAO_RT_SERVICE_CONTEXT_HANDLER_H
13 #include /**/ "ace/pre.h"
14 #include "tao/RTCORBA/rtcorba_export.h"
16 #if !defined (ACE_LACKS_PRAGMA_ONCE)
18 #endif /* ACE_LACKS_PRAGMA_ONCE */
20 #include "tao/Service_Context_Handler.h"
22 #if defined (TAO_HAS_CORBA_MESSAGING) && TAO_HAS_CORBA_MESSAGING != 0
24 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
26 class TAO_RT_Service_Context_Handler
:
27 public TAO_Service_Context_Handler
30 virtual int process_service_context (TAO_Transport
& transport
,
31 const IOP::ServiceContext
& context
,
32 TAO_ServerRequest
*request
);
33 virtual int generate_service_context (
35 TAO_Transport
&transport
,
36 TAO_Operation_Details
&opdetails
,
37 TAO_Target_Specification
&spec
,
41 TAO_END_VERSIONED_NAMESPACE_DECL
45 #include /**/ "ace/post.h"
46 #endif /* TAO_RT_SERVICE_CONTEXT_HANDLER_H */