[btree] factor out inc_children

This commit is contained in:
Joe Thornber
2013-06-20 12:17:16 +01:00
parent a2e51062e3
commit c8a5d0753d
2 changed files with 20 additions and 11 deletions

View File

@ -413,6 +413,10 @@ namespace persistent_data {
btree_detail::node_location const &loc,
block_address b) const;
template <typename ValueTraits2, typename RefCounter>
void inc_children(btree_detail::shadow_spine &spine,
RefCounter &leaf_rc);
typename persistent_data::transaction_manager::ptr tm_;
bool destroy_;
block_address root_;