This commit is contained in:
Sebastian Messmer 2015-02-26 23:46:50 +01:00
parent c978a4581a
commit 0e17ea5b29

View File

@ -29,7 +29,6 @@ public:
void flush() const override;
private:
//TODO Don't pass DataLeafNode, but pointer to its data region? Does this work with both read/write (const/nonconst)?
void traverseLeaves(uint64_t offsetBytes, uint64_t sizeBytes, std::function<void (uint64_t, void *, uint32_t)>) const;
std::unique_ptr<datatreestore::DataTree> _datatree;