view include/TaskManager/Sum.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_TASK_MANAGER
#  include "TaskManager.h"
#endif

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

private:
    TaskManager *manager;
};