diff options
Diffstat (limited to 'src/hashable.h')
| -rw-r--r-- | src/hashable.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/hashable.h b/src/hashable.h index 33ff8b8..ce49130 100644 --- a/src/hashable.h +++ b/src/hashable.h | |||
| @@ -1,10 +1,11 @@ | |||
| 1 | #ifndef HASHABLE_H | 1 | #ifndef HASHABLE_H |
| 2 | #define HASHABLE_H | 2 | #define HASHABLE_H |
| 3 | /* | 3 | |
| 4 | class Hashable | 4 | class Hashable |
| 5 | { | 5 | { |
| 6 | public: | 6 | public: |
| 7 | virtual unsigned long int getHashCode() = 0; | 7 | virtual unsigned long int getHashCode() = 0; |
| 8 | virtual bool compareForHash( Hashable &other ) = 0; | ||
| 8 | }; | 9 | }; |
| 9 | */ | 10 | |
| 10 | #endif | 11 | #endif |
