view include/TaskManager/Sum.h @ 89:a309cf4eafc5

*** empty log message ***
author gongo
date Wed, 27 Feb 2008 17:26:40 +0900
parents 2356238ebea7
children
line wrap: on
line source

#ifndef INCLUDED_TASK_MANAGER
#  include "TaskManager.h"
#endif

class Sum {
public:
    void init(void);
    void run(void);

private:
    TaskManager *manager;
};