diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2006-07-27 20:43:46 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2006-07-27 20:43:46 +0000 |
commit | 30102243920c57c8c73120186ef6f23d00357499 (patch) | |
tree | d2218efbd49bfb113788d091300f81ef2b016a6c /ACE/Kokyu/Kokyu_dsrt.inl | |
parent | 7a52a0d7773d3acf5707ed810db4336f665fa00e (diff) | |
download | ATCD-30102243920c57c8c73120186ef6f23d00357499.tar.gz |
Thu Jul 27 20:30:26 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'ACE/Kokyu/Kokyu_dsrt.inl')
-rw-r--r-- | ACE/Kokyu/Kokyu_dsrt.inl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ACE/Kokyu/Kokyu_dsrt.inl b/ACE/Kokyu/Kokyu_dsrt.inl new file mode 100644 index 00000000000..1f9caf3c234 --- /dev/null +++ b/ACE/Kokyu/Kokyu_dsrt.inl @@ -0,0 +1,11 @@ +// $Id$ + +namespace Kokyu +{ +template <class DSRT_Scheduler_Traits> +ACE_INLINE +DSRT_Dispatcher<DSRT_Scheduler_Traits>::~DSRT_Dispatcher() +{ +} +} + |