diff --git a/MeoAssistance/AsstCaller.cpp b/MeoAssistance/AsstCaller.cpp index 2606246848..b349745abe 100644 --- a/MeoAssistance/AsstCaller.cpp +++ b/MeoAssistance/AsstCaller.cpp @@ -122,6 +122,15 @@ bool AsstStartInfrast(asst::Assistance* p_asst) return true; } +MEOAPI_PORT bool AsstStartIndertifyOpers(asst::Assistance* p_asst) +{ + if (p_asst == NULL) { + return false; + } + p_asst->start_to_identify_opers(); + return true; +} + bool AsstDebugTask(asst::Assistance* p_asst) { if (p_asst == NULL) { diff --git a/MeoAssistance/IdentifyOperTask.cpp b/MeoAssistance/IdentifyOperTask.cpp index dc26bb30fe..0e3a5e294d 100644 --- a/MeoAssistance/IdentifyOperTask.cpp +++ b/MeoAssistance/IdentifyOperTask.cpp @@ -159,6 +159,7 @@ std::vector