This commit is contained in:
Sebastian Messmer 2015-04-15 20:43:21 +02:00
parent b185729113
commit fdc14cc66c

View File

@ -8,6 +8,7 @@
namespace blockstore { namespace blockstore {
namespace caching2 { namespace caching2 {
//TODO Rename this to CachingBlockStore and the other one to something else
class Caching2BlockStore: public BlockStore { class Caching2BlockStore: public BlockStore {
public: public:
Caching2BlockStore(std::unique_ptr<BlockStore> baseBlockStore); Caching2BlockStore(std::unique_ptr<BlockStore> baseBlockStore);