summaryrefslogtreecommitdiff
path: root/examples/Timer_Queue
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-09 20:54:44 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-09 20:54:44 +0000
commitd1a6f0babcd50c4401f6e62ac4a87f42b294b345 (patch)
tree0663ebc22e8f7c15f5feb3cb9f0efe127a36f997 /examples/Timer_Queue
parent69cc16283a0c777f465ef3b2b9134fe8cbe19adf (diff)
downloadATCD-d1a6f0babcd50c4401f6e62ac4a87f42b294b345.tar.gz
ChangeLogTag:Sat Aug 9 20:55:47 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'examples/Timer_Queue')
-rw-r--r--examples/Timer_Queue/Thread_Timer_Queue_Test.cpp3
-rw-r--r--examples/Timer_Queue/Timer_Queue.mpc3
2 files changed, 6 insertions, 0 deletions
diff --git a/examples/Timer_Queue/Thread_Timer_Queue_Test.cpp b/examples/Timer_Queue/Thread_Timer_Queue_Test.cpp
index 1071036f716..a47c8bb42c3 100644
--- a/examples/Timer_Queue/Thread_Timer_Queue_Test.cpp
+++ b/examples/Timer_Queue/Thread_Timer_Queue_Test.cpp
@@ -24,6 +24,9 @@
#include "Thread_Timer_Queue_Test.h"
+#include "ace/Condition_T.h"
+#include "ace/Thread_Mutex.h"
+
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
template class ACE_Thread_Timer_Queue_Adapter<Timer_Heap>;
template class Timer_Queue_Test_Driver<Thread_Timer_Queue,
diff --git a/examples/Timer_Queue/Timer_Queue.mpc b/examples/Timer_Queue/Timer_Queue.mpc
index 718cc75278a..f518d6ba6a7 100644
--- a/examples/Timer_Queue/Timer_Queue.mpc
+++ b/examples/Timer_Queue/Timer_Queue.mpc
@@ -13,6 +13,7 @@ project(*Async) : aceexe {
exename = Asynch_Timer_Queue_Test
after += Timer_Queue_Library
libs += tqtd
+ after += Timer_Queue_Library
Source_Files {
main_async.cpp
}
@@ -22,6 +23,7 @@ project(*Reactor) : aceexe {
exename = Reactor_Timer_Queue_Test
after += Timer_Queue_Library
libs += tqtd
+ after += Timer_Queue_Library
Source_Files {
main_reactor.cpp
}
@@ -31,6 +33,7 @@ project(*Thread) : aceexe {
exename = Thread_Timer_Queue_Test
after += Timer_Queue_Library
libs += tqtd
+ after += Timer_Queue_Library
Source_Files {
main_thread.cpp
}