Introduces ActionWithExecution

This commit is contained in:
Felipe Zimmerle
2020-06-08 13:09:47 -03:00
parent dd5c23d992
commit 2408006227
65 changed files with 737 additions and 604 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;
}