view include/TaskManager/SpeExit.h @ 42:aa11038dbdc1

*** empty log message ***
author gongo
date Thu, 14 Feb 2008 18:27:37 +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