- initial work to replace MT::SevanaMos with sevana::aqua & sevana::pvqa

This commit is contained in:
2020-06-27 10:59:50 +03:00
parent ad110c3d97
commit e1501e5ddc
2 changed files with 4 additions and 2 deletions

View File

@@ -337,7 +337,7 @@ void AgentImpl::processStartSession(Json::Value& request, Json::Value& answer)
if (temp_path.size())
config += " -fau " + temp_path;
MT::PSevanaAqua qc = std::make_shared<MT::SevanaAqua>();
auto qc = std::make_shared<sevana::aqua>();
qc->setTempPath(temp_path);
qc->configureWith(MT::SevanaAqua::parseConfig(config));