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

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

Definition at line 2295 of file mainIDo.cpp.

References CleanCall(), GetWalkerDir(), and ILOG_INFO.

Referenced by HandleCmd().

02296     {
02297         ILOG_INFO("Cleaning feature");
02298         CleanCall("deletefeaturetable", "false false " + GetWalkerDir() +
02299                   " ALL ALL");
02300         CleanCall("deletefeaturetable", "false true . ALL ALL");
02301     }

Here is the call graph for this function:


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