comparison TaskManager/Cell/CellTaskManagerImpl.cc @ 484:8602bb323369

fix CellHTask initialize..
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 05 Oct 2009 20:45:17 +0900
parents 4896dffad67c
children 9745d08e2f25
comparison
equal deleted inserted replaced
483:0b933bef0328 484:8602bb323369
140 #endif 140 #endif
141 141
142 activeTaskQueue->free(queue); 142 activeTaskQueue->free(queue);
143 } 143 }
144 144
145 activeTaskQueue = NULL;
146 } 145 }
147 146
148 void 147 void
149 CellTaskManagerImpl::run(void) 148 CellTaskManagerImpl::run(void)
150 { 149 {