Introduces ActionWithExecution

This commit is contained in:
Felipe Zimmerle
2020-06-08 13:09:47 -03:00
parent 542a5c451a
commit e4125318d9
65 changed files with 738 additions and 605 deletions

View File

@@ -69,12 +69,6 @@ class Action {
return true;
}
virtual bool execute(Transaction *transaction = nullptr) noexcept {
return true;
}
const std::string *getName() const noexcept {
return &m_name;
}