summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-29 20:31:50 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-29 20:31:50 +0000
commit5946b53dca868177a0c81ed5222b5ae868815ff9 (patch)
tree90c07260493f6fed4bf5a62baebe92e03550298e
parent016adc03fc5b473dcc286d6de36f702d744538ad (diff)
downloadATCD-5946b53dca868177a0c81ed5222b5ae868815ff9.tar.gz
Questions for Carlos.
-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);