/* */ #include "FillRequestGroupCommand.h" bool FillRequestGroupCommand::execute() { _e->_requestGroupMan->fillRequestGroupFromReserver(_e); if(_e->_requestGroupMan->downloadFinished()) { return true; } _e->commands.push_back(this); return false; }