--- queensgui/src/solutionhash.h 2007/07/19 22:26:42 2 +++ queensgui/src/containerhash.h 2007/07/19 23:44:01 4 @@ -17,8 +17,8 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#ifndef SOLUTIONHASH_H -#define SOLUTIONHASH_H +#ifndef CONTAINERHASH_H +#define CONTAINERHASH_H #include "solutioncontainer.h" #include "solution.h" @@ -29,7 +29,7 @@ /** @author Torben Nielsen */ -class SolutionHash : public SolutionContainer +class ContainerHash : public SolutionContainer { private: static const int max_size = 256; @@ -44,9 +44,9 @@ int m_size; public: - SolutionHash(GUIUpdate* update); + ContainerHash(GUIUpdate* update); - ~SolutionHash(); + ~ContainerHash(); void uniqueSolutions(); int numSolutions(); int totalSolutions();