summaryrefslogtreecommitdiff
path: root/TAO/tao/CDR.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-27 01:24:33 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-27 01:24:33 +0000
commitc06272ac6c2c6a16088d52c91347f8cc9f4708ab (patch)
treeeffc3f34860eb86ac61e098eae30fa61a290ef60 /TAO/tao/CDR.h
parent5efb3493b1c982bf3eaf5b1e28c7da7f76f3afa9 (diff)
downloadATCD-c06272ac6c2c6a16088d52c91347f8cc9f4708ab.tar.gz
ChangeLogTag:Tue May 26 20:22:12 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/CDR.h')
-rw-r--r--TAO/tao/CDR.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/CDR.h b/TAO/tao/CDR.h
index 98dd7ec9c48..b228720285c 100644
--- a/TAO/tao/CDR.h
+++ b/TAO/tao/CDR.h
@@ -551,7 +551,7 @@ private:
// for that case, but that would be too platform dependent.
private:
- ACE_Message_Block* start_;
+ ACE_Message_Block start_;
// The start of the chain of message blocks, even though in the
// current version the chain always has length 1.