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 }
|