- initial work to replace MT::SevanaMos with sevana::aqua & sevana::pvqa
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user