summaryrefslogtreecommitdiff
path: root/ACE/tests/Thread_Timer_Queue_Adapter_Test.cpp
diff options
context:
space:
mode:
authorKnut Petter Svendsen <knut@altuma.no>2022-09-09 14:31:18 +0200
committerKnut Petter Svendsen <knut@altuma.no>2022-09-09 16:08:09 +0200
commit430d023f1d97173cfd104498f92dc4ccaa1c4135 (patch)
treec12843e878f9a62dacfd2dc81e0c6eb7f3dcc7cf /ACE/tests/Thread_Timer_Queue_Adapter_Test.cpp
parentd75c37b54441651922e5dcfd287cbc87b1833e23 (diff)
downloadATCD-430d023f1d97173cfd104498f92dc4ccaa1c4135.tar.gz
Remove extra newline after public, protected and private
Diffstat (limited to 'ACE/tests/Thread_Timer_Queue_Adapter_Test.cpp')
-rw-r--r--ACE/tests/Thread_Timer_Queue_Adapter_Test.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ACE/tests/Thread_Timer_Queue_Adapter_Test.cpp b/ACE/tests/Thread_Timer_Queue_Adapter_Test.cpp
index f932dbd2ad5..b5d62df79a6 100644
--- a/ACE/tests/Thread_Timer_Queue_Adapter_Test.cpp
+++ b/ACE/tests/Thread_Timer_Queue_Adapter_Test.cpp
@@ -22,7 +22,6 @@
class ICustomEventHandler
{
public:
-
/// Default constructor.
///
/// @return
@@ -51,7 +50,6 @@ class ICustomEventHandler
class CCustomEventHandlerUpcall
{
public:
-
using TTimerQueue = ACE_Timer_Queue_T<ICustomEventHandler *, CCustomEventHandlerUpcall, ACE_Null_Mutex>;
/// Default constructor
@@ -115,7 +113,6 @@ class CCustomEventHandlerUpcall
class CTestEventHandler : public ICustomEventHandler
{
public:
-
/// Default constructor.
///
/// @return
@@ -154,7 +151,6 @@ class CTestEventHandler : public ICustomEventHandler
}
private:
-
long* m_p_iCallCount;
ACE_Thread_Mutex m_Mutex;
};