From fb5176bbd5355b02b7d0e65da3ef3f0105824cd0 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sun, 17 Mar 2013 23:45:21 +0000 Subject: The new cache system has been broken out into it's individual headers, and is now ready for actual use. --- src/unstable/myriadcache.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/unstable/myriadcache.cpp (limited to 'src/unstable/myriadcache.cpp') diff --git a/src/unstable/myriadcache.cpp b/src/unstable/myriadcache.cpp new file mode 100644 index 0000000..0a997f8 --- /dev/null +++ b/src/unstable/myriadcache.cpp @@ -0,0 +1,8 @@ +/* + * Copyright (C) 2007-2013 Xagasoft, All rights reserved. + * + * This file is part of the libbu++ library and is released under the + * terms of the license contained in the file LICENSE. + */ + +#include "bu/myriadcache.h" -- cgit v1.2.3