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

void Impala::Util::ProgressPrinter::PrintProgress ( int  progress  )  [inline]

Definition at line 48 of file ProgressPrinter.h.

References EraseLine(), mDoShow, and WriteLine().

00049     {
00050         if (mDoShow)
00051         {
00052             EraseLine();
00053             WriteLine(progress);
00054         }
00055     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:41:05 2010 for ImpalaSrc by  doxygen 1.5.1