summaryrefslogtreecommitdiff
path: root/ACE/ace
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-02-19 11:07:10 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-02-19 11:07:10 +0100
commit1eac87fc99063fe554663740437855ba4d8f594f (patch)
treef008b3b571f4ddf53cb25389f44629c4369b0768 /ACE/ace
parent8d35eb8b12f4a9bae490620d5a0cf52d7f8f717e (diff)
downloadATCD-1eac87fc99063fe554663740437855ba4d8f594f.tar.gz
Removed some empty lines
* ACE/ace/Condition_Recursive_Thread_Mutex.h: * ACE/ace/Timer_Queue_T.h: * ACE/ace/Timer_Wheel_T.h:
Diffstat (limited to 'ACE/ace')
-rw-r--r--ACE/ace/Condition_Recursive_Thread_Mutex.h3
-rw-r--r--ACE/ace/Timer_Queue_T.h2
-rw-r--r--ACE/ace/Timer_Wheel_T.h1
3 files changed, 0 insertions, 6 deletions
diff --git a/ACE/ace/Condition_Recursive_Thread_Mutex.h b/ACE/ace/Condition_Recursive_Thread_Mutex.h
index ce63330cac6..f53ab12ebfd 100644
--- a/ACE/ace/Condition_Recursive_Thread_Mutex.h
+++ b/ACE/ace/Condition_Recursive_Thread_Mutex.h
@@ -87,19 +87,16 @@ public:
void dump (void) const;
private:
-
// = Prevent assignment and copying.
void operator= (const ACE_Condition<ACE_Recursive_Thread_Mutex> &);
ACE_Condition (const ACE_Condition<ACE_Recursive_Thread_Mutex> &);
private:
-
/// A normal (i.e., non-recursive) condition variable.
ACE_cond_t cond_;
/// Reference to the recursive mutex.
ACE_Recursive_Thread_Mutex &mutex_;
-
};
typedef ACE_Condition<ACE_Recursive_Thread_Mutex> ACE_Condition_Recursive_Thread_Mutex;
diff --git a/ACE/ace/Timer_Queue_T.h b/ACE/ace/Timer_Queue_T.h
index 6537488fb43..f1467293377 100644
--- a/ACE/ace/Timer_Queue_T.h
+++ b/ACE/ace/Timer_Queue_T.h
@@ -185,7 +185,6 @@ public:
const void *upcall_act);
protected:
-
/// Schedule a timer.
virtual long schedule_i (const TYPE &type,
const void *act,
@@ -223,7 +222,6 @@ protected:
bool const delete_free_list_;
private:
-
/// Returned by <calculate_timeout>.
ACE_Time_Value timeout_;
diff --git a/ACE/ace/Timer_Wheel_T.h b/ACE/ace/Timer_Wheel_T.h
index 51df3401f15..be21c31c0c5 100644
--- a/ACE/ace/Timer_Wheel_T.h
+++ b/ACE/ace/Timer_Wheel_T.h
@@ -169,7 +169,6 @@ public:
virtual ACE_Timer_Node_T<TYPE>* get_first (void);
protected:
-
/// Schedules a timer.
virtual long schedule_i (const TYPE& type,
const void* act,