Definition at line 2255 of file mainIDo.cpp. References CleanCall(), GetQuidClass(), ILOG_ERROR, ILOG_INFO, and mConcepts. Referenced by HandleCmd(). 02256 { 02257 ILOG_INFO("Cleaning merged annotations"); 02258 if (mConcepts.empty()) 02259 { 02260 ILOG_ERROR("CleanMergedAnnotations: need concepts"); 02261 return; 02262 } 02263 CleanCall("deleteannotationtableset", GetQuidClass() + " " + mConcepts); 02264 }
Here is the call graph for this function: ![]()
|