summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-28 22:45:48 +0000
committerdengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-28 22:45:48 +0000
commit8ec3e228276ea135f43578fbdaa33ef7b7e87439 (patch)
treeb2f1bb736c58b37351717048230f76e3fdb7f8ee
parentdcaf28ae6929cb396207fecf03e341e1557ce90b (diff)
downloadATCD-8ec3e228276ea135f43578fbdaa33ef7b7e87439.tar.gz
ChangeLogTag: Mon Jul 28 16:12:15 2003 Gan Deng <gan.deng@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 56511b07a4b..b1cc2979b4e 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -9,10 +9,10 @@ Mon Jul 28 16:12:15 2003 Gan Deng <gan.deng@vanderbilt.edu>
However, due to the problem of MS VC++ 6.0 compiler, not all
specification for Exception type has been fulfilled. Some
constructors, copy constructors and assignment operators which
- should be put into the "protected" section in class declaration
- has been remained in the "public" section. These changes will
- be made later when we full migrate to MS VC++ 7.0 or later
- version.
+ are supposed be be put into the "protected" section in class
+ declaration still remained in the "public" section. These
+ changes will be made later when we full migrate to MS VC++
+ 7.0 or later version.
See the "NOTE" section in the Exception.h file for details.