summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/Thread_Pool/Worker_Thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Latency/Thread_Pool/Worker_Thread.h')
-rw-r--r--TAO/performance-tests/Latency/Thread_Pool/Worker_Thread.h2
1 files changed, 1 insertions, 1 deletions
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_;