summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-03-17 11:09:12 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-03-17 11:09:12 +0000
commit55a74f35313e857dbb119e2018103dc245970f9e (patch)
treeedc6df66ede5b3384b5e3fcf016b0feea147ff00
parenta5d766c9027088cb956fd34f0bbf3578b24c58b0 (diff)
downloadATCD-55a74f35313e857dbb119e2018103dc245970f9e.tar.gz
-rw-r--r--TAO/tao/BiDir_GIOP/BiDir_Service_Context_Handler.cpp6
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;
}