summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-21 21:22:27 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-21 21:22:27 +0000
commit95e697434e31a48348038ff48a0ebbb74880ae11 (patch)
treee7274dc8846fb62d6dd8c50205288ba3fdac5e99
parent4050bd17949c3f4a6339ab8afd8f2c3e2eebd8e2 (diff)
downloadATCD-95e697434e31a48348038ff48a0ebbb74880ae11.tar.gz
ChangeLogTag:Wed May 21 21:25:20 UTC 2003 Don Hinton <dhinton@dresystems.com>
-rw-r--r--ChangeLog8
-rw-r--r--tests/Test_Output.cpp3
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e95a3bf3618..52b30e2ea41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Wed May 21 21:25:20 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * tests/Test_Output.cpp:
+ Add include of ace/Object_Manager.h and
+ ace/Framework_Component.h instead of ace/Singleton.h. This
+ fixes compile problems on AIX as well as reducing the number of
+ includes.
+
Wed May 21 14:32:13 UTC 2003 Don Hinton <dhinton@dresystems.com>
* tests/Test_Output.dsp:
diff --git a/tests/Test_Output.cpp b/tests/Test_Output.cpp
index b175d2dc6fc..4c5106d5ae8 100644
--- a/tests/Test_Output.cpp
+++ b/tests/Test_Output.cpp
@@ -18,8 +18,9 @@
#include "tests/test_config.h"
#include "ace/OS.h"
+#include "ace/Object_Manager.h"
#include "ace/streams.h"
-#include "ace/Singleton.h"
+#include "ace/Framework_Component.h"
#include "ace/Synch.h"
#include "ace/Log_Msg.h"
#include "ace/ACE.h"