summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Base.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-01-30 11:58:40 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-01-30 11:58:40 +0000
commit5577f785670ffb6499ed8f35eb6d82c3c03d6b55 (patch)
tree44a65903108cc595adcd1c33269afac5063a6830 /TAO/tao/GIOP_Message_Base.cpp
parentaccdce500be9b9caadbab44608ded80ecd212df2 (diff)
downloadATCD-5577f785670ffb6499ed8f35eb6d82c3c03d6b55.tar.gz
Fri Jan 30 10:57:14 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/GIOP_Message_Base.cpp')
-rw-r--r--TAO/tao/GIOP_Message_Base.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/GIOP_Message_Base.cpp b/TAO/tao/GIOP_Message_Base.cpp
index 755bfcd54da..a4069a5d952 100644
--- a/TAO/tao/GIOP_Message_Base.cpp
+++ b/TAO/tao/GIOP_Message_Base.cpp
@@ -927,7 +927,7 @@ TAO_GIOP_Message_Base::process_request (
output.message_attributes (request_id,
0,
- TAO_Transport::TAO_REPLY,
+ TAO_REPLY,
0,
false);
@@ -948,7 +948,7 @@ TAO_GIOP_Message_Base::process_request (
int const result = transport->send_message (output,
0,
- TAO_Transport::TAO_REPLY);
+ TAO_REPLY);
if (result == -1)
{
if (TAO_debug_level > 0)
@@ -1201,7 +1201,7 @@ TAO_GIOP_Message_Base::make_send_locate_reply (TAO_Transport *transport,
// Send the message
int const result = transport->send_message (output,
0,
- TAO_Transport::TAO_REPLY);
+ TAO_REPLY);
// Print out message if there is an error
if (result == -1)
@@ -1437,7 +1437,7 @@ TAO_GIOP_Message_Base::send_reply_exception (
output.more_fragments (false);
- return transport->send_message (output, 0, TAO_Transport::TAO_REPLY);
+ return transport->send_message (output, 0, TAO_REPLY);
}
void