summaryrefslogtreecommitdiff
path: root/Kokyu
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-10-13 08:36:22 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-10-13 08:36:22 +0000
commitee2a62de47d6538e26ef98a1c839af9811de8c7b (patch)
treee467db95dcb1d379f2d772060f501c997230e688 /Kokyu
parentdc016094a3d3bcd50d32bd0c8bc3ff4007f71b5b (diff)
downloadATCD-ee2a62de47d6538e26ef98a1c839af9811de8c7b.tar.gz
ChangeLogTag: Mon Oct 13 08:35:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'Kokyu')
-rw-r--r--Kokyu/DSRT_CV_Dispatcher_Impl_T.h6
-rw-r--r--Kokyu/Kokyu_dsrt.h4
2 files changed, 5 insertions, 5 deletions
diff --git a/Kokyu/DSRT_CV_Dispatcher_Impl_T.h b/Kokyu/DSRT_CV_Dispatcher_Impl_T.h
index 0cf7045d247..305afb55ccc 100644
--- a/Kokyu/DSRT_CV_Dispatcher_Impl_T.h
+++ b/Kokyu/DSRT_CV_Dispatcher_Impl_T.h
@@ -10,7 +10,7 @@
#ifndef DSRT_CV_DISPATCHER_IMPL_T_H
#define DSRT_CV_DISPATCHER_IMPL_T_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ace/Task.h"
#include "ace/Copy_Disabled.h"
@@ -36,7 +36,7 @@ namespace Kokyu
typedef typename
DSRT_Scheduler_Traits::QoSDescriptor_t DSRT_QoSDescriptor;
- DSRT_CV_Dispatcher_Impl (ACE_Sched_Params::Policy sched_policy,
+ DSRT_CV_Dispatcher_Impl (ACE_Sched_Params::Policy sched_policy,
int sched_scope);
int init_i (const DSRT_ConfigInfo&);
@@ -82,5 +82,5 @@ namespace Kokyu
#pragma implementation ("DSRT_CV_Dispatcher_Impl_T.cpp")
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* DSRT_DIRECT_DISPATCHER_IMPL_T_H */
diff --git a/Kokyu/Kokyu_dsrt.h b/Kokyu/Kokyu_dsrt.h
index ecbcd80d511..1c75df12192 100644
--- a/Kokyu/Kokyu_dsrt.h
+++ b/Kokyu/Kokyu_dsrt.h
@@ -10,7 +10,7 @@
#ifndef KOKYU_DSRT_H
#define KOKYU_DSRT_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ace/Copy_Disabled.h"
//#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -173,5 +173,5 @@ namespace Kokyu
#pragma implementation ("Kokyu_dsrt.cpp")
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* KOKYU_DSRT_H */