Renames class Assay to Transaction

This commit is contained in:
Felipe Zimmerle
2016-01-13 14:38:37 -03:00
parent f3fd5d6621
commit a51e707517
249 changed files with 2961 additions and 1235 deletions

View File

@@ -69,7 +69,7 @@ void Pm::replaceAll(std::string str, const std::string& from,
}
}
bool Pm::evaluate(Assay *assay, const std::string &input) {
bool Pm::evaluate(Transaction *transaction, const std::string &input) {
int rc = 0;
ACMPT pt;
pt.parser = m_p;