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

virtual void Impala::Core::VideoSet::Reporter::HandleDoneFile ( VideoSet vs,
int  fileId,
Stream::RgbDataSrc src 
) [inline, virtual]

Completed given DB_FILE in a "normal" walk.

Reimplemented from Impala::Core::VideoSet::Listener.

Definition at line 86 of file Reporter.h.

References ILOG_ERROR_COUNT, ILOG_INFO, mMaster, and mReport.

00087     {
00088         if (mMaster)
00089             ILOG_INFO("..   done file id = " << fileId);
00090         int nrError = ILOG_ERROR_COUNT;
00091         if (mMaster && ((nrError > 0) || (mReport > 0)))
00092             ILOG_INFO("done file=" << fileId << " error=" << ILOG_ERROR_COUNT);
00093     }


Generated on Fri Mar 19 11:31:10 2010 for ImpalaSrc by  doxygen 1.5.1