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

Diff of /queensgui/src/containerlist.cpp

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

revision 14 by torben, Fri Jul 20 09:54:09 2007 UTC revision 15 by torben, Wed Jul 25 19:39:37 2007 UTC
# Line 22  Line 22 
22  ContainerList::ContainerList(GUIUpdate* update)  ContainerList::ContainerList(GUIUpdate* update)
23   : SolutionContainer(update)   : SolutionContainer(update)
24  {  {
25      total = -1;      total = 0;
26  }  }
27    
28    
# Line 91  void ContainerList::uniqueSolutionsWorke Line 91  void ContainerList::uniqueSolutionsWorke
91  void ContainerList::addSolution(Solution* sol)  void ContainerList::addSolution(Solution* sol)
92  {  {
93          solutions.push_back(boost::shared_ptr<Solution>(sol));            solutions.push_back(boost::shared_ptr<Solution>(sol));  
94            total++;
95  }  }
96    
97  Solution* ContainerList::solution(int index)  Solution* ContainerList::solution(int index)

Legend:
Removed from v.14  
changed lines
  Added in v.15

  ViewVC Help
Powered by ViewVC 1.1.20