Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void Impala::Application::IDo::CheckMergedAnnotations (  )  [inline]

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:


Generated on Thu Jan 13 09:14:25 2011 for ImpalaSrc by  doxygen 1.5.1