summaryrefslogtreecommitdiff
path: root/TAO/tao/Asynch_Reply_Dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Asynch_Reply_Dispatcher.h')
-rw-r--r--TAO/tao/Asynch_Reply_Dispatcher.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/tao/Asynch_Reply_Dispatcher.h b/TAO/tao/Asynch_Reply_Dispatcher.h
index b8b1c978451..f81c68a142b 100644
--- a/TAO/tao/Asynch_Reply_Dispatcher.h
+++ b/TAO/tao/Asynch_Reply_Dispatcher.h
@@ -71,8 +71,12 @@ protected:
*/
IOP::ServiceContextList reply_service_info_;
- // TAO_GIOP_Message_State *message_state_;
- // CDR stream for reading the input.
+ /// The buffer that is used to initialise the data block
+ char buf_[ACE_CDR::DEFAULT_BUFSIZE];
+
+ /// datablock that is created on teh stack to initialise the CDR
+ /// stream underneath.
+ ACE_Data_Block db_;
/// CDR stream which has the reply information that needs to be
/// demarshalled by the stubs