summaryrefslogtreecommitdiff
path: root/TAO/tests/RTScheduling/Current/Thread_Task.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTScheduling/Current/Thread_Task.h')
-rw-r--r--TAO/tests/RTScheduling/Current/Thread_Task.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/RTScheduling/Current/Thread_Task.h b/TAO/tests/RTScheduling/Current/Thread_Task.h
index a6ae16092a1..56d29e51ca0 100644
--- a/TAO/tests/RTScheduling/Current/Thread_Task.h
+++ b/TAO/tests/RTScheduling/Current/Thread_Task.h
@@ -10,9 +10,9 @@
class Thread_Task : public ACE_Task <ACE_SYNCH>
{
public:
- Thread_Task (CORBA::ORB_ptr orb);
- int activate_task (int thr_count);
+ int activate_task (CORBA::ORB_ptr orb,
+ int thr_count);
~Thread_Task (void);