summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-28 00:24:02 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-28 00:24:02 +0000
commit7a0b76204e4e9c05bf279812bcd1d98b28f33d4d (patch)
tree7f7dabf944ebe833f800cb489e2484f8e0b92b4d
parent1eea5de3d0954317925313400992277419d75733 (diff)
downloadATCD-7a0b76204e4e9c05bf279812bcd1d98b28f33d4d.tar.gz
ChangeLogTag: Sun Jul 27 19:11:41 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index ccac0a872a3..5cb95e65fbe 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -15,11 +15,19 @@ Sun Jul 27 19:11:41 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* examples/Simple/grid/Grid_i.h:
* examples/Simple/time/Time_i.cpp:
* examples/Simple/time/Time_i.h:
- * orbsvcs/tests/Trading/Offer_Importer.cpp:
Removed no-op copy constructors that were there only to placate
old g++.
+ * orbsvcs/tests/Trading/Offer_Importer.cpp:
+
+ Changed use of CosTrading::Lookup::SpecifiedProps union case 'all_'
+ removed in
+
+ Thu Jul 24 11:36:36 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ to use of existing case 'prop_names'.
+
* tests/CodeSets/libs/IBM1047_ISO8859/Char_IBM1047_ISO8859_Translator.cpp:
Cast array subscript values of type char to int.