1 2 3 4 5 6 7 8 9 10
#ifndef HASHABLE_H #define HASHABLE_H /* class Hashable { public: virtual unsigned long int getHashCode() = 0; }; */ #endif