Introduces ActionWithExecution

This commit is contained in:
Felipe Zimmerle
2020-06-08 13:09:47 -03:00
parent 838ff53ed4
commit 6a5ff56c8e
65 changed files with 739 additions and 606 deletions

View File

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