summaryrefslogtreecommitdiff
path: root/ACE/tests/Timer_Cancellation_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/Timer_Cancellation_Test.cpp
parentd75c37b54441651922e5dcfd287cbc87b1833e23 (diff)
downloadATCD-430d023f1d97173cfd104498f92dc4ccaa1c4135.tar.gz
Remove extra newline after public, protected and private
Diffstat (limited to 'ACE/tests/Timer_Cancellation_Test.cpp')
-rw-r--r--ACE/tests/Timer_Cancellation_Test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/tests/Timer_Cancellation_Test.cpp b/ACE/tests/Timer_Cancellation_Test.cpp
index b4f3aa96d46..af2a3fae4cb 100644
--- a/ACE/tests/Timer_Cancellation_Test.cpp
+++ b/ACE/tests/Timer_Cancellation_Test.cpp
@@ -19,7 +19,6 @@
class Deadlock : public ACE_Task_Base
{
public:
-
int svc () override;
int handle_timeout (const ACE_Time_Value &current_time,
@@ -55,7 +54,6 @@ Deadlock::handle_timeout (const ACE_Time_Value &,
class Event_Handler : public ACE_Event_Handler
{
public:
-
Event_Handler (Deadlock &deadlock);
int handle_timeout (const ACE_Time_Value &current_time,