summaryrefslogtreecommitdiff
path: root/TAO/tao/UIOP_Connect.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-05 18:03:05 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-05 18:03:05 +0000
commit13cfc5ff6bbab8875c02d9c1216b509bded379e6 (patch)
treed9c2c0589850bb6c39da915f48086a5ec55791bd /TAO/tao/UIOP_Connect.h
parent4b900b2b089d066475a641adf6ea4974741df551 (diff)
downloadATCD-13cfc5ff6bbab8875c02d9c1216b509bded379e6.tar.gz
ChangeLogTag:Sat Jun 5 12:58:00 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/UIOP_Connect.h')
-rw-r--r--TAO/tao/UIOP_Connect.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/UIOP_Connect.h b/TAO/tao/UIOP_Connect.h
index f8a5748be40..8d9367a8aba 100644
--- a/TAO/tao/UIOP_Connect.h
+++ b/TAO/tao/UIOP_Connect.h
@@ -32,6 +32,7 @@
#include "tao/corbafwd.h"
#include "tao/GIOP.h"
+#include "tao/CDR.h"
// Forward Decls
class TAO_Transport;
@@ -179,7 +180,7 @@ protected:
TAO_GIOP_MessageHeader message_header_;
CORBA::ULong current_offset_;
- ACE_Message_Block payload_;
+ TAO_InputCDR input_;
// This keep the state of the current message, to enable
// non-blocking reads.
};