summaryrefslogtreecommitdiff
path: root/TAO/tests/Client_Leaks/Server_Task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Client_Leaks/Server_Task.cpp')
-rw-r--r--TAO/tests/Client_Leaks/Server_Task.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Client_Leaks/Server_Task.cpp b/TAO/tests/Client_Leaks/Server_Task.cpp
index c071110e1fa..99ac45c83b3 100644
--- a/TAO/tests/Client_Leaks/Server_Task.cpp
+++ b/TAO/tests/Client_Leaks/Server_Task.cpp
@@ -9,14 +9,14 @@ Server_Task::Server_Task (CORBA::ORB_ptr orb,
}
int
-Server_Task::svc (void)
+Server_Task::svc ()
{
ACE_DEBUG ((LM_DEBUG, "(%P|%t) Starting server task\n"));
try
{
// run the test for at most 120 seconds...
// ACE_Time_Value tv (120, 0);
- this->orb_->run ( /* tv, */);
+ this->orb_->run (/* tv, */);
}
catch (const CORBA::Exception&)
{