summaryrefslogtreecommitdiff
path: root/ACE/ace/Timer_List_T.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-01-06 13:19:02 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-01-06 13:19:02 +0100
commitc300a16149e6667830909bc40685be8fda4c1712 (patch)
treecc4ac997bc75f5236bbcbaa8abeb8926d096c827 /ACE/ace/Timer_List_T.h
parent35f9733fb9f06bba5c79e8854bcac9911fcb5c48 (diff)
downloadATCD-c300a16149e6667830909bc40685be8fda4c1712.tar.gz
Initialize pointers
* ACE/ace/Timer_List_T.h: * TAO/orbsvcs/tests/HTIOP/AMI/Test_Output.cpp: * TAO/orbsvcs/tests/HTIOP/BiDirectional/Test_Output.cpp: * TAO/orbsvcs/tests/HTIOP/Hello/Test_Output.cpp:
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_;