summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Transport.cpp')
-rw-r--r--TAO/tao/Transport.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Transport.cpp b/TAO/tao/Transport.cpp
index ce44d35eb47..90cc6f24465 100644
--- a/TAO/tao/Transport.cpp
+++ b/TAO/tao/Transport.cpp
@@ -532,7 +532,7 @@ TAO_Transport::send_message_block_chain_i (const ACE_Message_Block *mb,
synch_message.push_back (this->head_, this->tail_);
- const int n = this->drain_queue_i ();
+ int const n = this->drain_queue_i ();
if (n == -1)
{
@@ -2226,7 +2226,7 @@ TAO_Transport::process_parsed_messages (TAO_Queued_Data *qd,
}
// Get the <message_type> that we have received
- const TAO_Pluggable_Message_Type t = qd->msg_type_;
+ TAO_Pluggable_Message_Type const t = qd->msg_type_;
#if TAO_HAS_TRANSPORT_CURRENT == 1
// Update stats, if any