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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Client_Leaks/Server_Task.cpp b/TAO/tests/Client_Leaks/Server_Task.cpp
index 21935bbec89..150de719f94 100644
--- a/TAO/tests/Client_Leaks/Server_Task.cpp
+++ b/TAO/tests/Client_Leaks/Server_Task.cpp
@@ -22,7 +22,7 @@ Server_Task::svc (void)
{
// run the test for at most 120 seconds...
// ACE_Time_Value tv (120, 0);
- this->orb_->run ( /* tv, */ TAO_ENV_SINGLE_ARG_PARAMETER);
+ this->orb_->run ( /* tv, */ ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
}
ACE_CATCHANY