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

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

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:


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