summaryrefslogtreecommitdiff
path: root/ACE/Kokyu/tests/DSRT_MIF/MIF.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/Kokyu/tests/DSRT_MIF/MIF.cpp')
-rw-r--r--ACE/Kokyu/tests/DSRT_MIF/MIF.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/Kokyu/tests/DSRT_MIF/MIF.cpp b/ACE/Kokyu/tests/DSRT_MIF/MIF.cpp
index 6ceb80369fd..6bd96d96150 100644
--- a/ACE/Kokyu/tests/DSRT_MIF/MIF.cpp
+++ b/ACE/Kokyu/tests/DSRT_MIF/MIF.cpp
@@ -57,7 +57,7 @@ public:
exec_duration_ (exec_duration)
{}
- int svc (void);
+ int svc ();
private:
ACE_Barrier& barrier_;
@@ -67,7 +67,7 @@ public:
int exec_duration_;
};
-int MyTask::svc (void)
+int MyTask::svc ()
{
ACE_hthread_t thr_handle;
ACE_Thread::self (thr_handle);