#ifndef HASHABLE_H #define HASHABLE_H /* class Hashable { public: virtual unsigned long int getHashCode() = 0; }; */ #endif