summaryrefslogtreecommitdiff
path: root/TAO/tao/Reply_Dispatcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Reply_Dispatcher.cpp')
-rw-r--r--TAO/tao/Reply_Dispatcher.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Reply_Dispatcher.cpp b/TAO/tao/Reply_Dispatcher.cpp
index 616412d6e8c..7893eeaf428 100644
--- a/TAO/tao/Reply_Dispatcher.cpp
+++ b/TAO/tao/Reply_Dispatcher.cpp
@@ -62,7 +62,7 @@ TAO_Synch_Reply_Dispatcher::dispatch_reply (CORBA::ULong reply_status,
this->reply_received_ = 1;
this->reply_status_ = reply_status;
- this->version_ = version;
+ //this->version_ = version;
// Steal the buffer, that way we don't do any unnecesary copies of
// this data.
@@ -266,7 +266,7 @@ TAO_DII_Deferred_Reply_Dispatcher::dispatch_reply (
)
{
this->reply_status_ = reply_status;
- this->version_ = version;
+ //this->version_ = version;
this->message_state_ = message_state;
// Steal the buffer, that way we don't do any unnecesary copies of