summaryrefslogtreecommitdiff
path: root/ACE/ace/Timer_List_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Timer_List_T.h')
-rw-r--r--ACE/ace/Timer_List_T.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/ace/Timer_List_T.h b/ACE/ace/Timer_List_T.h
index 81c5e20fed9..1e7ed649c6d 100644
--- a/ACE/ace/Timer_List_T.h
+++ b/ACE/ace/Timer_List_T.h
@@ -166,7 +166,6 @@ public:
virtual ACE_Timer_Node_T<TYPE>* get_first (void);
private:
-
/**
* Schedule @a type that will expire at @a future_time, which is
* specified in absolute time. If it expires then @a act is passed
@@ -198,7 +197,6 @@ private:
ACE_Timer_Node_T<TYPE>* get_first_i(void) const;
private:
-
/// Pointer to linked list of <ACE_Timer_Handles>.
ACE_Timer_Node_T<TYPE>* head_;