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

Diff of /queensgui/src/solutioncontainer.h

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

revision 1 by torben, Thu Jul 19 21:34:15 2007 UTC revision 2 by torben, Thu Jul 19 22:26:42 2007 UTC
# Line 39  public: Line 39  public:
39      virtual int totalSolutions() = 0;      virtual int totalSolutions() = 0;
40          int getUniqueRemoved();          int getUniqueRemoved();
41            
42      virtual Solution solution(int index) = 0;      virtual Solution* solution(int index) = 0;
43      virtual void addSolution(Solution sol) = 0;      virtual void addSolution(Solution* sol) = 0;
44      void halt();      void halt();
45  protected:  protected:
46          bool m_halt;          bool m_halt;

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

  ViewVC Help
Powered by ViewVC 1.1.20