diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-03-17 11:09:12 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-03-17 11:09:12 +0000 |
commit | 101669d6735a3703ae8bab0d3b608f5b87b9905a (patch) | |
tree | edc6df66ede5b3384b5e3fcf016b0feea147ff00 /TAO/tao/BiDir_GIOP | |
parent | 4aa90a79c699656096eb5b9b5256f4e766a49ddd (diff) | |
download | ATCD-101669d6735a3703ae8bab0d3b608f5b87b9905a.tar.gz |
Diffstat (limited to 'TAO/tao/BiDir_GIOP')
-rw-r--r-- | TAO/tao/BiDir_GIOP/BiDir_Service_Context_Handler.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/BiDir_GIOP/BiDir_Service_Context_Handler.cpp b/TAO/tao/BiDir_GIOP/BiDir_Service_Context_Handler.cpp index 244e89db3a7..0dc1f069118 100644 --- a/TAO/tao/BiDir_GIOP/BiDir_Service_Context_Handler.cpp +++ b/TAO/tao/BiDir_GIOP/BiDir_Service_Context_Handler.cpp @@ -11,7 +11,7 @@ ACE_RCSID (BiDir_GIOP, #include "tao/Transport.h" #include "tao/ORB_Core.h" #include "tao/GIOP_Message_Base.h" -#include "tao/Operation_Details.h" +#include "tao/operation_details.h" #include "tao/Transport_Mux_Strategy.h" TAO_BEGIN_VERSIONED_NAMESPACE_DECL @@ -29,7 +29,7 @@ TAO_BiDIR_Service_Context_Handler::process_service_context ( int TAO_BiDIR_Service_Context_Handler::generate_service_context ( - TAO_Stub *, + TAO_Stub *, TAO_Transport& transport, TAO_Operation_Details &opdetails, TAO_Target_Specification &spec, @@ -51,7 +51,7 @@ TAO_BiDIR_Service_Context_Handler::generate_service_context ( // that the rule is followed opdetails.request_id (transport.tms ()->request_id ()); } - + return 0; } |