summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Lite.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/GIOP_Message_Lite.h')
-rw-r--r--TAO/tao/GIOP_Message_Lite.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tao/GIOP_Message_Lite.h b/TAO/tao/GIOP_Message_Lite.h
index 1c1dfba8937..921258f6d6d 100644
--- a/TAO/tao/GIOP_Message_Lite.h
+++ b/TAO/tao/GIOP_Message_Lite.h
@@ -253,6 +253,13 @@ private:
/// A buffer that we will use to initialise the CDR stream
char repbuf_[ACE_CDR::DEFAULT_BUFSIZE];
+
+ /// The InputCDR stream in which the incoming messages are
+ /// read. This will be used to decode the messages.
+ TAO_InputCDR input_cdr_;
+
+ /// The offset of the write pointer of the input cdr stream
+ size_t current_offset_;
};