summaryrefslogtreecommitdiff
path: root/ace/Timer_Queue_Adapters.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Timer_Queue_Adapters.h')
-rw-r--r--ace/Timer_Queue_Adapters.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/ace/Timer_Queue_Adapters.h b/ace/Timer_Queue_Adapters.h
index d2ff5946c3a..ed8d0cd8ecc 100644
--- a/ace/Timer_Queue_Adapters.h
+++ b/ace/Timer_Queue_Adapters.h
@@ -26,13 +26,9 @@
#if defined (ACE_HAS_DEFERRED_TIMER_COMMANDS)
# include "ace/Unbounded_Queue.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
class ACE_Command_Base;
-ACE_END_VERSIONED_NAMESPACE_DECL
#endif /* ACE_HAS_DEFERRED_TIMER_COMMANDS */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class ACE_Async_Timer_Queue_Adapter
*
@@ -50,7 +46,7 @@ public:
/// Constructor
/**
* Register the SIGALRM handler. If @a mask == 0 then block all
- * signals when @c SIGALRM is run. Otherwise, just block the signals
+ * signals when <SIGALRM> is run. Otherwise, just block the signals
* indicated in @a mask.
*/
ACE_Async_Timer_Queue_Adapter (ACE_Sig_Set *mask = 0);
@@ -71,7 +67,7 @@ public:
/// passed in.
int cancel (long timer_id, const void **act = 0);
- /// Dispatch all timers whose values are <= cur_time. Returns the
+ /// Dispatch all timers whose values are <= <cur_time>. Returns the
/// number of timers canceled.
int expire (void);
@@ -234,8 +230,6 @@ private:
ACE_thread_t thr_id_;
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#if defined (__ACE_INLINE__)
# include "ace/Timer_Queue_Adapters.inl"
#endif /* __ACE_INLINE__ */