summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/SCIOP_Transport.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-12-17 20:05:04 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-12-17 20:05:04 +0000
commit8b8df518585993f0c611564192b06a0404f0ccd2 (patch)
tree8e6125d21ce57bf003c4d0851257d1febd711388 /TAO/tao/Strategies/SCIOP_Transport.cpp
parent6ae14f3ab842981013967a942259b6bdd21fd404 (diff)
downloadATCD-8b8df518585993f0c611564192b06a0404f0ccd2.tar.gz
Mon Dec 17 20:02:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Strategies/SCIOP_Transport.cpp')
-rw-r--r--TAO/tao/Strategies/SCIOP_Transport.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/TAO/tao/Strategies/SCIOP_Transport.cpp b/TAO/tao/Strategies/SCIOP_Transport.cpp
index 575cb609323..903ccf22922 100644
--- a/TAO/tao/Strategies/SCIOP_Transport.cpp
+++ b/TAO/tao/Strategies/SCIOP_Transport.cpp
@@ -109,10 +109,10 @@ TAO_SCIOP_Transport::recv (char *buf,
int
TAO_SCIOP_Transport::send_request (TAO_Stub *stub,
- TAO_ORB_Core *orb_core,
- TAO_OutputCDR &stream,
- int message_semantics,
- ACE_Time_Value *max_wait_time)
+ TAO_ORB_Core *orb_core,
+ TAO_OutputCDR &stream,
+ TAO_Message_Semantics message_semantics,
+ ACE_Time_Value *max_wait_time)
{
if (this->ws_->sending_request (orb_core,
message_semantics) == -1)
@@ -132,9 +132,9 @@ TAO_SCIOP_Transport::send_request (TAO_Stub *stub,
int
TAO_SCIOP_Transport::send_message (TAO_OutputCDR &stream,
- TAO_Stub *stub,
- int message_semantics,
- ACE_Time_Value *max_wait_time)
+ TAO_Stub *stub,
+ TAO_Message_Semantics message_semantics,
+ ACE_Time_Value *max_wait_time)
{
// Format the message in the stream first
if (this->messaging_object_->format_message (stream) != 0)
@@ -161,9 +161,9 @@ TAO_SCIOP_Transport::send_message (TAO_OutputCDR &stream,
int
TAO_SCIOP_Transport::send_message_shared (TAO_Stub *stub,
- int message_semantics,
- const ACE_Message_Block *message_block,
- ACE_Time_Value *max_wait_time)
+ TAO_Message_Semantics message_semantics,
+ const ACE_Message_Block *message_block,
+ ACE_Time_Value *max_wait_time)
{
int r;
@@ -184,8 +184,8 @@ TAO_SCIOP_Transport::send_message_shared (TAO_Stub *stub,
int
TAO_SCIOP_Transport::generate_request_header (TAO_Operation_Details &opdetails,
- TAO_Target_Specification &spec,
- TAO_OutputCDR &msg)
+ TAO_Target_Specification &spec,
+ TAO_OutputCDR &msg)
{
// Check whether we have a Bi Dir SCIOP policy set, whether the
// messaging objects are ready to handle bidirectional connections