summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1361_Regression/Server_Thread_Pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1361_Regression/Server_Thread_Pool.h')
-rw-r--r--TAO/tests/Bug_1361_Regression/Server_Thread_Pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_1361_Regression/Server_Thread_Pool.h b/TAO/tests/Bug_1361_Regression/Server_Thread_Pool.h
index 3a899d5e404..94e88b01841 100644
--- a/TAO/tests/Bug_1361_Regression/Server_Thread_Pool.h
+++ b/TAO/tests/Bug_1361_Regression/Server_Thread_Pool.h
@@ -17,7 +17,7 @@ public:
// Destructor...
int shutdown (void);
- virtual int svc (void);
+ virtual int svc ();
virtual int put (Test::Echo_ptr echoptr);