summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b7ebfbab17..83bcc92a20f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Sep 3 09:44:01 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/gnu.mpd:
+
+ Move the location of the idl_stubs dependency above the include of
+ rules.lib.GNU.
+
Tue Sep 2 18:00:00 2003 Justin Michel <michel_j@ociweb.com>
* ace/UUID.cpp:
@@ -6,7 +13,7 @@ Tue Sep 2 18:00:00 2003 Justin Michel <michel_j@ociweb.com>
Removed implementations of copy constructors and assignment
operators, and made them private. These were not correct, and
- would cause an infinite loop if ever called. I also had to
+ would cause an infinite loop if ever called. I also had to
comment out several other broken operators that were using the
copy constructors or assignment operators. In general, someone
should take a close look at these classes, and either fix all the
@@ -16,8 +23,8 @@ Tue Sep 2 18:00:00 2003 Justin Michel <michel_j@ociweb.com>
Added support for the UUID test. This test really doesn't test
very much right now, as it still passed even though I had removed
- most of the functionality from the uuid classes.
-
+ most of the functionality from the uuid classes.
+
Tue Sep 2 17:25:24 UTC 2003 Trevor Fields <fields_t@ociweb.com>
* examples/Web_Crawler/Command_Processor.h