summaryrefslogtreecommitdiff
path: root/ACE/ace/Timer_Queue_Adapters.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-10-01 15:08:40 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-10-01 15:08:40 +0000
commitde87537c194a9195e0ece9a9ada71f9a38f2dccc (patch)
tree2468c8f09e91a4093ed4037663aa0f1a7fb712b0 /ACE/ace/Timer_Queue_Adapters.h
parent3b19c8d71cf9ed03d8687e6a4b6232613864b464 (diff)
downloadATCD-de87537c194a9195e0ece9a9ada71f9a38f2dccc.tar.gz
Mon Oct 1 15:06:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Timer_Queue_Adapters.h')
-rw-r--r--ACE/ace/Timer_Queue_Adapters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Timer_Queue_Adapters.h b/ACE/ace/Timer_Queue_Adapters.h
index 76255b2a231..96b7e33db24 100644
--- a/ACE/ace/Timer_Queue_Adapters.h
+++ b/ACE/ace/Timer_Queue_Adapters.h
@@ -236,7 +236,7 @@ private:
/// When deactivate is called this variable turns to false and the
/// dispatching thread is signalled, to terminate its main loop.
- int active_;
+ bool active_;
/// Thread id of our active object task.
ACE_thread_t thr_id_;