timeControl.h
Go to the documentation of this file.
00001 /* timeControl.h
00002  */
00003 #ifndef _SEARCH_TIMECONTROL_H
00004 #define _SEARCH_TIMECONTROL_H
00005 
00006 namespace osl
00007 {
00008   namespace search
00009   {
00010     struct TimeControl
00011     {
00012       static int secondsForThisMove(int total_seconds);
00013     };
00014   } // namespace search
00015 } // namespace osl
00016 
00017 #endif /* _SEARCH_TIMECONTROL_H */
00018 // ;;; Local Variables:
00019 // ;;; mode:c++
00020 // ;;; c-basic-offset:2
00021 // ;;; End:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines