Refactoring: rename evaluate to execute on actions

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

View File

@@ -38,7 +38,7 @@ bool Skip::init(std::string *error) {
}
bool Skip::evaluate(RuleWithActions *rule, Transaction *transaction) {
bool Skip::execute(RuleWithActions *rule, Transaction *transaction) {
ms_dbg_a(transaction, 5, "Skipping the next " + \
std::to_string(m_skip_next) + " rules.");