diff options
author | bala <balanatarajan@users.noreply.github.com> | 2003-09-30 15:41:48 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2003-09-30 15:41:48 +0000 |
commit | 3c60ed29333315c92b044ace968a377ad88cce79 (patch) | |
tree | 73c315e370f04442f72d12417f5fdd00ca32b445 /Kokyu/DSRT_Direct_Dispatcher_Impl_T.h | |
parent | 9c6a1843767861a567f47c03930176a40d41c9c6 (diff) | |
download | ATCD-3c60ed29333315c92b044ace968a377ad88cce79.tar.gz |
ChangeLogTag:Tue Sep 30 10:40:37 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'Kokyu/DSRT_Direct_Dispatcher_Impl_T.h')
-rw-r--r-- | Kokyu/DSRT_Direct_Dispatcher_Impl_T.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Kokyu/DSRT_Direct_Dispatcher_Impl_T.h b/Kokyu/DSRT_Direct_Dispatcher_Impl_T.h index a676375338e..404e278a252 100644 --- a/Kokyu/DSRT_Direct_Dispatcher_Impl_T.h +++ b/Kokyu/DSRT_Direct_Dispatcher_Impl_T.h @@ -10,14 +10,15 @@ #ifndef DSRT_DIRECT_DISPATCHER_IMPL_T_H #define DSRT_DIRECT_DISPATCHER_IMPL_T_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" + #include "ace/Task.h" -#include "ace/Copy_Disabled.h" + #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ - +#include "ace/Copy_Disabled.h" #include "Kokyu_dsrt.h" #include "DSRT_Sched_Queue_T.h" #include "DSRT_Dispatcher_Impl_T.h" @@ -174,5 +175,5 @@ namespace Kokyu #pragma implementation ("DSRT_Direct_Dispatcher_Impl_T.cpp") #endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* DSRT_DIRECT_DISPATCHER_IMPL_T_H */ |