Mercurial > hg > Members > kono > Cerium
view include/TaskManager/SpeExit.h @ 47:8266445bdac2
*** empty log message ***
author | gongo |
---|---|
date | Fri, 15 Feb 2008 13:09:58 +0900 |
parents | 2356238ebea7 |
children |
line wrap: on
line source
#ifndef INCLUDED_SPE_EXIT #define INCLUDED_SPE_EXIT #ifndef INCLUDED_SPEMANAGER # include "SpeManager.h" #endif class SpeExit : public SpeTaskBase { public: /* constructor */ SpeExit(void) {} /* variables */ /* functions */ SpeTaskBase* next(SpeManager *, SpeTaskBase *); }; #endif