summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/SCIOP_Transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/SCIOP_Transport.h')
-rw-r--r--TAO/tao/Strategies/SCIOP_Transport.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Strategies/SCIOP_Transport.h b/TAO/tao/Strategies/SCIOP_Transport.h
index bf57a245b43..6838be27c87 100644
--- a/TAO/tao/Strategies/SCIOP_Transport.h
+++ b/TAO/tao/Strategies/SCIOP_Transport.h
@@ -79,7 +79,7 @@ protected:
const ACE_Time_Value *s = 0);
virtual int send_message_shared (TAO_Stub *stub,
- int message_semantics,
+ TAO_Message_Semantics message_semantics,
const ACE_Message_Block *message_block,
ACE_Time_Value *max_wait_time);
@@ -90,12 +90,12 @@ public:
virtual int send_request (TAO_Stub *stub,
TAO_ORB_Core *orb_core,
TAO_OutputCDR &association,
- int message_semantics,
+ TAO_Message_Semantics message_semantics,
ACE_Time_Value *max_wait_time);
virtual int send_message (TAO_OutputCDR &association,
TAO_Stub *stub = 0,
- int message_semantics = TAO_Transport::TAO_TWOWAY_REQUEST,
+ TAO_Message_Semantics message_semantics = TAO_Transport::TAO_TWOWAY_REQUEST,
ACE_Time_Value *max_time_wait = 0);
/*virtual int send_reply (TAO_OutputCDR &stream,