summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/RTCorba/Thread_Pool/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/RTCorba/Thread_Pool/test.idl')
-rw-r--r--TAO/performance-tests/RTCorba/Thread_Pool/test.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/performance-tests/RTCorba/Thread_Pool/test.idl b/TAO/performance-tests/RTCorba/Thread_Pool/test.idl
index df16fc4da93..6025cd82cdf 100644
--- a/TAO/performance-tests/RTCorba/Thread_Pool/test.idl
+++ b/TAO/performance-tests/RTCorba/Thread_Pool/test.idl
@@ -4,7 +4,7 @@
interface test
{
- void method ();
+ void method (in unsigned long work_in_milli_seconds);
void shutdown ();
};