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);