- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/CommandLineUI/CommandLineWindow.cpp
r326bbe rb2d8d0 44 44 for (std::list<std::string>::iterator CommandRunner = CommandLineParser::getInstance().SequenceOfActions.begin(); CommandRunner != CommandLineParser::getInstance().SequenceOfActions.end(); ++CommandRunner) { 45 45 cout << "Checking presence of " << *CommandRunner << ": "; 46 if (ActionRegistry::getInstance().isAction ByNamePresent(*CommandRunner)) {46 if (ActionRegistry::getInstance().isActionPresentByName(*CommandRunner)) { 47 47 cout << "calling " << *CommandRunner << endl; 48 48 ActionRegistry::getInstance().getActionByName(*CommandRunner)->call();
Note:
See TracChangeset
for help on using the changeset viewer.