summaryrefslogtreecommitdiff
path: root/TAO/examples/RTScheduling/DT_Creator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/RTScheduling/DT_Creator.h')
-rw-r--r--TAO/examples/RTScheduling/DT_Creator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/RTScheduling/DT_Creator.h b/TAO/examples/RTScheduling/DT_Creator.h
index b2ffcea1670..4f706d95109 100644
--- a/TAO/examples/RTScheduling/DT_Creator.h
+++ b/TAO/examples/RTScheduling/DT_Creator.h
@@ -39,15 +39,15 @@ class RTSCHEDTESTLIB_Export DT_Creator : public ACE_Service_Object
void activate_job_list (void);
void activate_schedule (void);
- virtual void yield (int suspend_time,
- Thread_Task* task) = 0;
+ virtual void yield (time_t suspend_time,
+ Thread_Task* task) = 0;
virtual void wait (void) = 0;
virtual CORBA::Policy_ptr sched_param (int importance) = 0;
virtual Thread_Task* create_thr_task (int importance,
- int start_time,
+ time_t start_time,
int load,
int iter,
int dist,