diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2008-12-01 17:20:26 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2008-12-01 17:20:26 +0000 |
| commit | 350b052cfd866e3b3c7c4626551b49f8b75e55a1 (patch) | |
| tree | b957f0dea70a7a2527ec78b32cdfc3e00712ff4d /src/cachable.cpp | |
| parent | c1229c50baa4816924e1914f3b4c78177749b73d (diff) | |
| download | libbu++-350b052cfd866e3b3c7c4626551b49f8b75e55a1.tar.gz libbu++-350b052cfd866e3b3c7c4626551b49f8b75e55a1.tar.bz2 libbu++-350b052cfd866e3b3c7c4626551b49f8b75e55a1.tar.xz libbu++-350b052cfd866e3b3c7c4626551b49f8b75e55a1.zip | |
Woo! Very nearly there cache-wise, I'm about to change the name of the handler,
do a few more tests, and hopefully get something loading/saving.
Diffstat (limited to 'src/cachable.cpp')
| -rw-r--r-- | src/cachable.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/cachable.cpp b/src/cachable.cpp deleted file mode 100644 index 7fa2d23..0000000 --- a/src/cachable.cpp +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | #include "bu/cachable.h" | ||
| 2 | |||
| 3 | Bu::Cachable::Cachable() | ||
| 4 | { | ||
| 5 | } | ||
| 6 | |||
| 7 | Bu::Cachable::~Cachable() | ||
| 8 | { | ||
| 9 | } | ||
| 10 | |||
| 11 | template<> long Bu::getCacheId<Bu::Cachable>( const Bu::Cachable *o ) | ||
| 12 | { | ||
| 13 | return o->getCacheId(); | ||
| 14 | } | ||
| 15 | |||
