summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-28 21:33:21 +0000
committerdengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-28 21:33:21 +0000
commitdcaf28ae6929cb396207fecf03e341e1557ce90b (patch)
treea9b53cfa7d1a853cd390fa1d72ba83a72a6ba664
parent031c2e23b802c759751491d119eacb8e370806bd (diff)
downloadATCD-dcaf28ae6929cb396207fecf03e341e1557ce90b.tar.gz
ChangeLogTag: Mon Jul 28 16:12:15 2003 Gan Deng <gan.deng@vanderbilt.edu>
-rw-r--r--ChangeLog18
-rw-r--r--TAO/ChangeLog18
2 files changed, 18 insertions, 18 deletions
diff --git a/ChangeLog b/ChangeLog
index 82ed24c3f18..29d93b1cd3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,21 +1,3 @@
-Mon Jul 28 16:12:15 2003 Gan Deng <gan.deng@vanderbilt.edu>
-
- * tao/Exception.h
- * tao/Exception.cpp
-
- Modify these two files in accordance with the new OMG CORBA
- C++ Mapping version 1.1.
-
- 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.
-
- See the "NOTE" section in the Exception.h file for details.
-
Mon Jul 28 15:06:32 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* ace/WFMO_Reactor.i:
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index c8065a7f191..56511b07a4b 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,21 @@
+Mon Jul 28 16:12:15 2003 Gan Deng <gan.deng@vanderbilt.edu>
+
+ * tao/Exception.h
+ * tao/Exception.cpp
+
+ Modify these two files in accordance with the new OMG CORBA
+ C++ Mapping version 1.1.
+
+ 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.
+
+ See the "NOTE" section in the Exception.h file for details.
+
Mon Jul 28 16:14:22 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* tao/Exception.cpp: Fixed explicit template build problems.