diff options
author | venkita <venkita@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-11-22 13:48:38 +0000 |
---|---|---|
committer | venkita <venkita@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-11-22 13:48:38 +0000 |
commit | 03d244e94b49760d11ec38f8c557ebf5641221a3 (patch) | |
tree | 34624d2ddac0667e3a2f3e87fc9d5d7f5da313ca /Kokyu/Kokyu_dsrt.h | |
parent | 7f15525ca1ab60f196ef06bb3138b3897a5a93be (diff) | |
download | ATCD-03d244e94b49760d11ec38f8c557ebf5641221a3.tar.gz |
Mon Nov 22 07:44:23 2004 Venkita Subramonian <venkita@cs.wustl.edu>
Diffstat (limited to 'Kokyu/Kokyu_dsrt.h')
-rw-r--r-- | Kokyu/Kokyu_dsrt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Kokyu/Kokyu_dsrt.h b/Kokyu/Kokyu_dsrt.h index 1c75df12192..97aa4766ee6 100644 --- a/Kokyu/Kokyu_dsrt.h +++ b/Kokyu/Kokyu_dsrt.h @@ -101,9 +101,9 @@ namespace Kokyu * * @param config Configuration information for the DSRT dispatcher. * - * @return Auto pointer to the DSRT dispatcher. + * @return pointer to the DSRT dispatcher. */ - static DSRT_Dispatcher_Auto_Ptr create_DSRT_dispatcher (const DSRT_ConfigInfo&); + static DSRT_Dispatcher<DSRT_Scheduler_Traits>* create_DSRT_dispatcher (const DSRT_ConfigInfo&); }; /** |