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

void Impala::Application::WindowTrecSearch::DoTwoMinutesTimeAlert (  )  [inline, private]

Definition at line 907 of file mainTrecSearch.cpp.

References ILOG_WARN, and mDidTimeAlert.

Referenced by UpdateProgress().

00908     {
00909 #ifndef OGL_USING_GLUT
00910         char buf[200];
00911         sprintf(buf,"%s\n%s",
00912                 "You have less than two minutes left for this topic.",
00913                 "Don't forget to sort the result :-)");
00914         oglSys.ErrorBox("Warning",buf);
00915 #endif
00916         ILOG_WARN("2 minutes remaining for current topic");
00917         mDidTimeAlert = true;
00918     }


Generated on Fri Mar 19 10:38:45 2010 for ImpalaSrc by  doxygen 1.5.1