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

@@ -42,7 +42,7 @@ bool SetVar::init(std::string *error) {
}
bool SetVar::execute(Transaction *t) noexcept {
bool SetVar::execute(Transaction *t) const noexcept {
std::string targetValue;
std::string resolvedPre;