Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

CountAdvisor.h

Go to the documentation of this file.
00001 #ifndef HEADER_COUNTADVISOR_H
00002 #define HEADER_COUNTADVISOR_H
00003 
00004 /**
00005  * Interface to advise countdown.
00006  */
00007 class CountAdvisor {
00008     public:
00009         virtual ~CountAdvisor() {}
00010         virtual int getCountForSolved() const = 0;
00011         virtual int getCountForWrong() const = 0;
00012 };
00013 
00014 #endif

Generated on Wed Jun 1 09:54:30 2005 for Fish Fillets - Next Generation by  doxygen 1.4.2