diff options
Diffstat (limited to 'libadhocutil/cache.impl.h')
-rw-r--r-- | libadhocutil/cache.impl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libadhocutil/cache.impl.h b/libadhocutil/cache.impl.h index 7d4119d..7b0340c 100644 --- a/libadhocutil/cache.impl.h +++ b/libadhocutil/cache.impl.h @@ -5,6 +5,8 @@ #include <boost/lambda/lambda.hpp> #include "lockHelpers.h" +namespace AdHoc { + /// @cond template<typename T, typename K> Cacheable<T, K>::Cacheable(const K & k, time_t vu) : @@ -130,5 +132,7 @@ Cache<T, K>::prune() const } /// @endcond +} + #endif |