Definition at line 1720 of file mainIDo.cpp. References CheckCall(), GetQuidClass(), ILOG_ERROR, and mConcepts. Referenced by HandleCmd(). 01721 { 01722 if (mConcepts.empty()) 01723 { 01724 ILOG_ERROR("CheckMergedAnnotations: need concepts"); 01725 return; 01726 } 01727 CheckCall("diffannotationtableset", GetQuidClass() + " " + mConcepts); 01728 }
Here is the call graph for this function: ![]()
|