summaryrefslogtreecommitdiff
path: root/TAO/tao/CDR.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-19 21:08:33 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-19 21:08:33 +0000
commit1b65df8f1a5234e30e7c98107171c262a2acd9b9 (patch)
tree4f1ec0f82cf81fee52894e55d9b38bec47be7341 /TAO/tao/CDR.h
parenta117498b0bbe723eb1cd950ff80810a8cc91f56c (diff)
downloadATCD-1b65df8f1a5234e30e7c98107171c262a2acd9b9.tar.gz
ChangeLogTag:Fri Mar 19 14:56:59 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/CDR.h')
-rw-r--r--TAO/tao/CDR.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/CDR.h b/TAO/tao/CDR.h
index 35bb33eb0df..678b4614e21 100644
--- a/TAO/tao/CDR.h
+++ b/TAO/tao/CDR.h
@@ -167,7 +167,7 @@ public:
// Create an empty input stream. The caller is responsible for
// putting the right data and providing the right alignment.
- TAO_InputCDR (ACE_Message_Block *data,
+ TAO_InputCDR (const ACE_Message_Block *data,
int byte_order = ACE_CDR_BYTE_ORDER);
// Create an input stream from an ACE_Message_Block
@@ -182,7 +182,7 @@ public:
TAO_InputCDR (const TAO_InputCDR& rhs,
size_t size,
- CDR::Long offset);
+ ACE_CDR::Long offset);
// When interpreting indirected TypeCodes it is useful to make a
// "copy" of the stream starting in the new position.