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/cachehandler.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 '')
-rw-r--r-- | src/cachehandler.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/cachehandler.cpp b/src/cachehandler.cpp index efd12e7..d208e98 100644 --- a/src/cachehandler.cpp +++ b/src/cachehandler.cpp | |||
@@ -1,10 +1,2 @@ | |||
1 | #include "bu/cachehandler.h" | 1 | #include "bu/cachehandler.h" |
2 | 2 | ||
3 | Bu::CacheHandler::CacheHandler() | ||
4 | { | ||
5 | } | ||
6 | |||
7 | Bu::CacheHandler::~CacheHandler() | ||
8 | { | ||
9 | } | ||
10 | |||