Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / RTCORBA / RT_Service_Context_Handler.h
blob038dd395b01716a7847d528b7e002d47b77fa7e3
1 // -*- C++ -*-
3 // ===================================================================
4 /**
5 * @file RT_Service_Context_Handler.h
7 * @author Johnny Willemsen <jwillemsen@remedy.nl>
8 */
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)
17 # 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
29 public:
30 virtual int process_service_context (TAO_Transport& transport,
31 const IOP::ServiceContext& context,
32 TAO_ServerRequest *request);
33 virtual int generate_service_context (
34 TAO_Stub *stub,
35 TAO_Transport &transport,
36 TAO_Operation_Details &opdetails,
37 TAO_Target_Specification &spec,
38 TAO_OutputCDR &msg);
41 TAO_END_VERSIONED_NAMESPACE_DECL
43 #endif
45 #include /**/ "ace/post.h"
46 #endif /* TAO_RT_SERVICE_CONTEXT_HANDLER_H */