summaryrefslogtreecommitdiff
path: root/ACE/ace/Timer_Queue_T.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-10-03 19:38:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-10-03 19:38:24 +0000
commit7a96a0d98d9bc982ef3964a8bfd69913a3ca4373 (patch)
tree71bb43af2b5138b239bf793029785076922d9ac2 /ACE/ace/Timer_Queue_T.h
parent120546b69ce995607de011978e2b0ba51b073cda (diff)
downloadATCD-7a96a0d98d9bc982ef3964a8bfd69913a3ca4373.tar.gz
Wed Oct 3 19:31:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Timer_Queue_T.h')
-rw-r--r--ACE/ace/Timer_Queue_T.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ACE/ace/Timer_Queue_T.h b/ACE/ace/Timer_Queue_T.h
index 9d2083e7176..ced92db6181 100644
--- a/ACE/ace/Timer_Queue_T.h
+++ b/ACE/ace/Timer_Queue_T.h
@@ -212,9 +212,9 @@ public:
// = Initialization and termination methods.
/**
- * Default constructor. <upcall_functor> is the instance of the
- * FUNCTOR to be used by the queue. If <upcall_functor> is 0, Timer
- * Queue will create a default FUNCTOR. <freelist> the freelist of
+ * Default constructor. @a upcall_functor is the instance of the
+ * FUNCTOR to be used by the queue. If @a upcall_functor is 0, Timer
+ * Queue will create a default FUNCTOR. @a freelist the freelist of
* timer nodes. If 0, then a default freelist will be created.
*/
ACE_Timer_Queue_T (FUNCTOR *upcall_functor = 0,
@@ -445,10 +445,10 @@ protected:
FUNCTOR *upcall_functor_;
/// To delete or not to delete is the question?
- int delete_upcall_functor_;
+ bool const delete_upcall_functor_;
/// Flag to delete only if the class created the <free_list_>
- int delete_free_list_;
+ bool const delete_free_list_;
private: