Introduces ActionWithExecution

This commit is contained in:
Felipe Zimmerle
2020-06-08 13:09:47 -03:00
committed by Felipe Zimmerle
parent 7693bd33b9
commit 0a3b658969
65 changed files with 739 additions and 606 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;
}