view 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 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