summaryrefslogtreecommitdiff
path: root/ace/Timer_Queue_Adapters.cpp
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-12 23:39:46 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-12 23:39:46 +0000
commit05596f5c287b6c9cde693a5fe73695424c1e7335 (patch)
tree1e98e17a2c4f2374f3fc1eaaa583f3ee1c87acfc /ace/Timer_Queue_Adapters.cpp
parent74cb7a3d5444add93bf6bcdaa53cc22a0c3307e0 (diff)
downloadATCD-05596f5c287b6c9cde693a5fe73695424c1e7335.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Timer_Queue_Adapters.cpp')
-rw-r--r--ace/Timer_Queue_Adapters.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/Timer_Queue_Adapters.cpp b/ace/Timer_Queue_Adapters.cpp
index 1d8edc37f16..09e4c8e4eb6 100644
--- a/ace/Timer_Queue_Adapters.cpp
+++ b/ace/Timer_Queue_Adapters.cpp
@@ -1,5 +1,7 @@
// $Id$
+#include "ace/Timer_Queue_Adapters.cpp"
+
#if !defined (ACE_TIMER_QUEUE_ADAPTERS_C)
#define ACE_TIMER_QUEUE_ADAPTERS_C
@@ -135,7 +137,7 @@ ACE_Thread_Timer_Queue_Adapter<TQ>::schedule
(ACE_Event_Handler* handler,
const void *act,
const ACE_Time_Value &delay,
- const ACE_Time_Value &interval = ACE_Time_Value::zero)
+ const ACE_Time_Value &interval)
{
ACE_GUARD_RETURN (ACE_SYNCH_MUTEX, ace_mon, this->lock_, -1);