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

Diff of /queensgui/src/containermnvector.cpp

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

queensgui/src/solutionmnvector.cpp revision 2 by torben, Thu Jul 19 22:26:42 2007 UTC queensgui/src/containermnvector.cpp 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  #include "solutionmnvector.h"  #include "containermnvector.h"
21    
22  SolutionMNVector::SolutionMNVector(GUIUpdate* update)  ContainerMNVector::ContainerMNVector(GUIUpdate* update)
23   : SolutionVector(update)   : ContainerVector(update)
24  {  {
25  }  }
26    
27    
28  SolutionMNVector::~SolutionMNVector()  ContainerMNVector::~ContainerMNVector()
29  {  {
30  }  }
31    
32  void SolutionMNVector::uniqueSolutions()  void ContainerMNVector::uniqueSolutions()
33  {  {
34          std::vector<Solution*> buf;          std::vector<Solution*> buf;
35          buf.reserve(solutions.size() / 10);          buf.reserve(solutions.size() / 10);

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

  ViewVC Help
Powered by ViewVC 1.1.20