Mercurial > hg > Game > Cerium
view include/TaskManager/CellBufferManager.h @ 62:b03e4cb64302
*** empty log message ***
author | gongo |
---|---|
date | Sat, 16 Feb 2008 21:42:17 +0900 |
parents | 7492eb28b577 |
children | 54355e641172 |
line wrap: on
line source
#ifndef INCLUDED_CELL_BUFFER_MANAGER #define INCLUDED_CELL_BUFFER_MANAGER #ifndef INCLUDED_BUFFER_MANAGER # include "BufferManager.h" #endif class CellBufferManager : public BufferManager { public: void init(void); #if 0 virtual TaskListPtr get_available_taskList(void); virtual void clear_taskList(void); virtual void append_activeTask(HTaskPtr); virtual void append_waitTask(HTaskPtr); #endif }; #endif