/[projects]/queensgui/src/containerlist.h
ViewVC logotype

Diff of /queensgui/src/containerlist.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

queensgui/src/solutionlist.h revision 2 by torben, Thu Jul 19 22:26:42 2007 UTC queensgui/src/containerlist.h revision 4 by torben, Thu Jul 19 23:44:01 2007 UTC
# Line 17  Line 17 
17   *   Free Software Foundation, Inc.,                                       *   *   Free Software Foundation, Inc.,                                       *
18   *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *   *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
19   ***************************************************************************/   ***************************************************************************/
20  #ifndef SOLUTIONLIST_H  #ifndef CONTAINERLIST_H
21  #define SOLUTIONLIST_H  #define CONTAINERLIST_H
22    
23  #include "solutioncontainer.h"  #include "solutioncontainer.h"
24  #include "solution.h"  #include "solution.h"
# Line 30  Line 30 
30  /**  /**
31  @author Torben Nielsen  @author Torben Nielsen
32  */  */
33  class SolutionList : public SolutionContainer  class ContainerList : public SolutionContainer
34  {  {
35  public:  public:
36          SolutionList(GUIUpdate* update);          ContainerList(GUIUpdate* update);
37    
38      ~SolutionList();          ~ContainerList();
39      void uniqueSolutions();      void uniqueSolutions();
40      int numSolutions();      int numSolutions();
41      int totalSolutions();      int totalSolutions();

Legend:
Removed from v.2  
changed lines
  Added in v.4

  ViewVC Help
Powered by ViewVC 1.1.20