Mercurial > hg > Game > Cerium
changeset 1149:bccd192a43b2 draft
Cell fix
author | yutaka@localhost.localdomain |
---|---|
date | Wed, 23 Feb 2011 03:55:54 +0900 |
parents | b4f8ec8b80a9 |
children | d014639cbdc7 |
files | TaskManager/Cell/CellTaskManagerImpl.h TaskManager/kernel/ppe/TaskManagerImpl.h |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/TaskManager/Cell/CellTaskManagerImpl.h Thu Feb 24 02:55:04 2011 +0900 +++ b/TaskManager/Cell/CellTaskManagerImpl.h Wed Feb 23 03:55:54 2011 +0900 @@ -8,7 +8,7 @@ class CellTaskManagerImpl : public TaskManagerImpl { public: /* constructor */ - CellTaskManagerImpl(int num = 1) : TaskManagerImpl(num) {} + CellTaskManagerImpl(int num) : TaskManagerImpl(num) {} ~CellTaskManagerImpl(); /* variables */
--- a/TaskManager/kernel/ppe/TaskManagerImpl.h Thu Feb 24 02:55:04 2011 +0900 +++ b/TaskManager/kernel/ppe/TaskManagerImpl.h Wed Feb 23 03:55:54 2011 +0900 @@ -31,7 +31,7 @@ TaskManagerImpl *others; /* constructor */ - TaskManagerImpl(int num) ; + TaskManagerImpl(int num = 0) ; virtual ~TaskManagerImpl() { }