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

Diff of /queensgui/src/containermnvector.h

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

queensgui/src/solutionmnvector.h revision 1 by torben, Thu Jul 19 21:34:15 2007 UTC queensgui/src/containermnvector.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 SOLUTIONMNVECTOR_H  #ifndef CONTAINERMNVECTOR_H
21  #define SOLUTIONMNVECTOR_H  #define CONTAINERMNVECTOR_H
22    
23  #include "solutionvector.h"  #include "containervector.h"
24    
25  /**  /**
26  @author Torben Nielsen  @author Torben Nielsen
27  */  */
28  class SolutionMNVector : public SolutionVector  class ContainerMNVector : public ContainerVector
29  {  {
30  public:  public:
31          SolutionMNVector(GUIUpdate* update);          ContainerMNVector(GUIUpdate* update);
32    
33      ~SolutionMNVector();          ~ContainerMNVector();
34      void uniqueSolutions();      void uniqueSolutions();
35   };   };
36    

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

  ViewVC Help
Powered by ViewVC 1.1.20