diff options
Diffstat (limited to 'libadhocutil/cache.impl.h')
-rw-r--r-- | libadhocutil/cache.impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libadhocutil/cache.impl.h b/libadhocutil/cache.impl.h index c47eabf..7d4119d 100644 --- a/libadhocutil/cache.impl.h +++ b/libadhocutil/cache.impl.h @@ -5,6 +5,7 @@ #include <boost/lambda/lambda.hpp> #include "lockHelpers.h" +/// @cond template<typename T, typename K> Cacheable<T, K>::Cacheable(const K & k, time_t vu) : key(k), @@ -127,6 +128,7 @@ Cache<T, K>::prune() const lastPruneTime = now; } } +/// @endcond #endif |