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

int Impala::ILogErrors::GetNrErrorsSinceMark (  )  [inline]

Definition at line 238 of file ILog.h.

References mErrors, mMark, and Sync().

Referenced by Impala::Job::Server::AcceptRequest(), Impala::Core::IDash::Server::AcceptRequest(), and Impala::Application::DataServer::AcceptRequest().

00239     {
00240         Sync();
00241         return mErrors.size() - mMark;
00242     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:35:43 2010 for ImpalaSrc by  doxygen 1.5.1