diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2006-07-26 21:58:35 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2006-07-26 21:58:35 +0000 |
| commit | 76ed3c164662f4ee4c109bb2054c61c99ea86251 (patch) | |
| tree | 301d4687f95a457304b0e796984b62fa89992718 /src/hashable.h | |
| parent | 579c3ac445043122b0a702bdb2542d9ea404b62e (diff) | |
| download | libbu++-76ed3c164662f4ee4c109bb2054c61c99ea86251.tar.gz libbu++-76ed3c164662f4ee4c109bb2054c61c99ea86251.tar.bz2 libbu++-76ed3c164662f4ee4c109bb2054c61c99ea86251.tar.xz libbu++-76ed3c164662f4ee4c109bb2054c61c99ea86251.zip | |
Added the not-yet-working hash class. More thought must be done. This doesn't
actually change any existing code really just adds a new class that you can't
use because it's commented out. I'll probably move it to a branch.
Diffstat (limited to '')
| -rw-r--r-- | src/hashable.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/hashable.h b/src/hashable.h new file mode 100644 index 0000000..33ff8b8 --- /dev/null +++ b/src/hashable.h | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | #ifndef HASHABLE_H | ||
| 2 | #define HASHABLE_H | ||
| 3 | /* | ||
| 4 | class Hashable | ||
| 5 | { | ||
| 6 | public: | ||
| 7 | virtual unsigned long int getHashCode() = 0; | ||
| 8 | }; | ||
| 9 | */ | ||
| 10 | #endif | ||
