2 #include "tao/Codeset/Codeset_Service_Context_Handler.h"
5 #include "tao/Transport.h"
6 #include "tao/ORB_Core.h"
7 #include "tao/operation_details.h"
8 #include "tao/Codeset_Manager.h"
10 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
13 TAO_Codeset_Service_Context_Handler::process_service_context (
15 const IOP::ServiceContext
&,
22 TAO_Codeset_Service_Context_Handler::generate_service_context (
24 TAO_Transport
& transport
,
25 TAO_Operation_Details
&opdetails
,
26 TAO_Target_Specification
&,
29 if (transport
.first_request ())
31 TAO_Codeset_Manager
* const csm
= transport
.orb_core ()->codeset_manager ();
34 csm
->generate_service_context (opdetails
, transport
);
41 TAO_END_VERSIONED_NAMESPACE_DECL