From fdc14cc66cfa7b25c4aa7718f4cd0a3834397637 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Wed, 15 Apr 2015 20:43:21 +0200 Subject: [PATCH] TODOs --- implementations/caching2/Caching2BlockStore.h | 1 + 1 file changed, 1 insertion(+) diff --git a/implementations/caching2/Caching2BlockStore.h b/implementations/caching2/Caching2BlockStore.h index 19650934..d54aa394 100644 --- a/implementations/caching2/Caching2BlockStore.h +++ b/implementations/caching2/Caching2BlockStore.h @@ -8,6 +8,7 @@ namespace blockstore { namespace caching2 { +//TODO Rename this to CachingBlockStore and the other one to something else class Caching2BlockStore: public BlockStore { public: Caching2BlockStore(std::unique_ptr baseBlockStore);