summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-05-15 21:25:54 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-05-15 21:25:54 +0000
commit883b51fd4e5d4a437e897ee99cb7f8d52b11034c (patch)
treebe8fe3f8842b8ff199674ea1d380d565f79dd6f0
parente2af15fe0c3963d2f2f8819c7566548371712855 (diff)
downloadATCD-single_read_shmiop.tar.gz
*** empty log message ***single_read_shmiop
-rw-r--r--TAO/tao/Strategies/GIOP_Message_NonReactive_Handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Strategies/GIOP_Message_NonReactive_Handler.cpp b/TAO/tao/Strategies/GIOP_Message_NonReactive_Handler.cpp
index 34d2e088fe4..7f3b35b9f62 100644
--- a/TAO/tao/Strategies/GIOP_Message_NonReactive_Handler.cpp
+++ b/TAO/tao/Strategies/GIOP_Message_NonReactive_Handler.cpp
@@ -28,7 +28,7 @@ TAO_GIOP_Message_NonReactive_Handler::read_parse_message(TAO_Transport *transpor
ACE_Time_Value *max_wait_time)
{
// Reset the input_cdr before we do anything with it
- // this->input_cdr_.reset_contents ();
+ this->input_cdr_.reset_contents ();
// Before we do this let us reset the
char *buf = this->input_cdr_.rd_ptr ();