summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-04 10:10:22 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-04 10:10:22 +0000
commit5c22f3f8c49197d2fae2643f58102324d411ea30 (patch)
tree4542feaeb5746b43a65e7d1695725ad8600b7523 /examples
parentca174af8a44cfb38ccfaf84b636733fece06151a (diff)
downloadATCD-5c22f3f8c49197d2fae2643f58102324d411ea30.tar.gz
*** empty log message ***
Diffstat (limited to 'examples')
-rw-r--r--examples/Log_Msg/test_log_msg.cpp1
-rw-r--r--examples/Reactor/Misc/test_time_value.cpp3
-rw-r--r--examples/Threads/task_three.cpp2
3 files changed, 4 insertions, 2 deletions
diff --git a/examples/Log_Msg/test_log_msg.cpp b/examples/Log_Msg/test_log_msg.cpp
index 7beef0e345d..e10614392bb 100644
--- a/examples/Log_Msg/test_log_msg.cpp
+++ b/examples/Log_Msg/test_log_msg.cpp
@@ -19,6 +19,7 @@
#include "ace/OS.h"
+#include "ace/streams.h"
static void
cleanup (void)
diff --git a/examples/Reactor/Misc/test_time_value.cpp b/examples/Reactor/Misc/test_time_value.cpp
index 34d41713bb5..2e6253ca680 100644
--- a/examples/Reactor/Misc/test_time_value.cpp
+++ b/examples/Reactor/Misc/test_time_value.cpp
@@ -1,6 +1,7 @@
// $Id$
-#include "ace/ACE.h"
+#include "ace/OS.h"
+#include "ace/streams.h"
inline int my_abs (int d) { return d > 0 ? d : -d; }
diff --git a/examples/Threads/task_three.cpp b/examples/Threads/task_three.cpp
index c0d7ca3c516..c84107b3145 100644
--- a/examples/Threads/task_three.cpp
+++ b/examples/Threads/task_three.cpp
@@ -15,7 +15,7 @@
#include "ace/Reactor.h"
#include "ace/Service_Config.h"
#include "ace/Task.h"
-#include "ace/stdcpp.h"
+#include "ace/streams.h"
#if defined (ACE_HAS_THREADS)