view include/TaskManager/CellTaskManagerImpl.h @ 58:7492eb28b577

*** empty log message ***
author gongo
date Sat, 16 Feb 2008 19:40:20 +0900
parents
children 6bc72fde6615
line wrap: on
line source

#ifndef INCLUDED_CELL_TASK_MANAGER_IMPL
#define INCLUDED_CELL_TASK_MANAGER_IMPL

#ifndef INCLUDED_TASK_MANAGER_IMPL
#  include "TaskManagerImpl.h"
#endif

class CellTaskManagerImpl : public TaskManagerImpl {
public:
    /* functions */
    void init(void);
    void run(void);
    void spawn_task(HTaskPtr);
};

#endif