From 317dd62b7112b590efe99283ceb4b2e5e5649884 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 9 Mar 2021 13:31:46 +0100 Subject: Documentation, layout, C++11 changes --- TAO/performance-tests/Latency/Thread_Pool/Client_Task.h | 2 +- TAO/performance-tests/Latency/Thread_Pool/Worker_Thread.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'TAO/performance-tests/Latency/Thread_Pool') diff --git a/TAO/performance-tests/Latency/Thread_Pool/Client_Task.h b/TAO/performance-tests/Latency/Thread_Pool/Client_Task.h index 07a0fbaf7b1..5848a4a8771 100644 --- a/TAO/performance-tests/Latency/Thread_Pool/Client_Task.h +++ b/TAO/performance-tests/Latency/Thread_Pool/Client_Task.h @@ -22,7 +22,7 @@ public: ACE_High_Res_Timer::global_scale_factor_type gsf); /// The service method - virtual int svc (void); + virtual int svc (); private: /// Make sure that the current thread has a connection available. diff --git a/TAO/performance-tests/Latency/Thread_Pool/Worker_Thread.h b/TAO/performance-tests/Latency/Thread_Pool/Worker_Thread.h index 394be338714..5375d260165 100644 --- a/TAO/performance-tests/Latency/Thread_Pool/Worker_Thread.h +++ b/TAO/performance-tests/Latency/Thread_Pool/Worker_Thread.h @@ -14,7 +14,7 @@ public: Worker_Thread (CORBA::ORB_ptr orb); // = The service method - virtual int svc (void); + virtual int svc (); private: CORBA::ORB_var orb_; -- cgit v1.2.1