Mercurial > hg > Members > kono > Cerium
view TaskManager/Cell/CellTaskListInfo.h @ 552:a307e33178e7
add Application/send_linda.cc
author | aaa |
---|---|
date | Thu, 22 Oct 2009 19:34:38 +0900 |
parents | 09f33c51a204 |
children |
line wrap: on
line source
#ifndef INCLUDED_CELL_TASK_LIST_INFO #define INCLUDED_CELL_TASK_LIST_INFO #include "TaskListInfo.h" class CellTaskListInfo : public TaskListInfo { public: /* functions */ int extend_pool(int num); }; #endif