Refactoring: rename evaluate to execute on actions

This commit is contained in:
Felipe Zimmerle
2019-02-25 21:47:51 -03:00
parent f605359ca5
commit 55b68fdebc
170 changed files with 234 additions and 239 deletions

View File

@@ -72,7 +72,7 @@ bool Phase::init(std::string *error) {
}
bool Phase::evaluate(RuleWithActions *rule, Transaction *transaction) {
bool Phase::execute(RuleWithActions *rule, Transaction *transaction) {
rule->setPhase(m_phase);
return true;
}