Introduces ActionWithExecution

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