summaryrefslogtreecommitdiff
path: root/TAO/examples/RTScheduling/MIF_Scheduler/MIF_DT_Creator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/RTScheduling/MIF_Scheduler/MIF_DT_Creator.cpp')
-rw-r--r--TAO/examples/RTScheduling/MIF_Scheduler/MIF_DT_Creator.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/RTScheduling/MIF_Scheduler/MIF_DT_Creator.cpp b/TAO/examples/RTScheduling/MIF_Scheduler/MIF_DT_Creator.cpp
index 9c51a32ba92..52754b1de27 100644
--- a/TAO/examples/RTScheduling/MIF_Scheduler/MIF_DT_Creator.cpp
+++ b/TAO/examples/RTScheduling/MIF_Scheduler/MIF_DT_Creator.cpp
@@ -2,7 +2,7 @@
#include "test.h"
#include "MIF_Task.h"
-MIF_DT_Creator::MIF_DT_Creator (void)
+MIF_DT_Creator::MIF_DT_Creator ()
{
DT_TEST::instance ()->dt_creator (this);
}
@@ -68,13 +68,13 @@ MIF_DT_Creator::yield (time_t suspend_time,
}
int
-MIF_DT_Creator::total_load (void)
+MIF_DT_Creator::total_load ()
{
return 1000;
}
void
-MIF_DT_Creator::wait (void)
+MIF_DT_Creator::wait ()
{
while (active_dt_count_ > 0 || active_job_count_ > 0)
{