- Timestamp:
- Aug 27, 2010, 7:39:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/command/CommandExecutor.cc
r7230 r7231 65 65 if (!CommandExecutor::getInstance().getCached(command, evaluation)) 66 66 { 67 COUT(0) << "evaluate" << std::endl;68 67 evaluation = CommandExecutor::evaluate(command); 69 68 evaluation.evaluateParams(); 70 69 CommandExecutor::getInstance().cache(command, evaluation); 71 }72 else73 {74 COUT(0) << "cached" << std::endl;75 70 } 76 71
Note: See TracChangeset
for help on using the changeset viewer.