summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Invocation.cpp')
-rw-r--r--TAO/tao/Invocation.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Invocation.cpp b/TAO/tao/Invocation.cpp
index dec85b35fa9..e491e4fbf70 100644
--- a/TAO/tao/Invocation.cpp
+++ b/TAO/tao/Invocation.cpp
@@ -193,6 +193,8 @@ TAO_GIOP_Invocation::start (CORBA::Boolean is_roundtrip,
// and offset) separate from the writing state, i.e. those
// variables should only be set by the handle_input() method and
// its friends...
+ // @@ Carlos: I didnt quite understand this. What are the writing
+ // states do we have now? (Alex).
this->transport_->message_size (0);
this->transport_->message_received (0);