diff include/TaskManager/SpeExit.h @ 3:2356238ebea7

*** empty log message ***
author gongo
date Tue, 05 Feb 2008 20:22:50 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/include/TaskManager/SpeExit.h	Tue Feb 05 20:22:50 2008 +0900
@@ -0,0 +1,19 @@
+#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