rename NoOpRefCounter -> no_op_ref_counter

This commit is contained in:
Joe Thornber
2013-02-01 13:04:05 +00:00
parent 4eadd9438e
commit 7d18b08b91
4 changed files with 8 additions and 9 deletions

View File

@@ -196,7 +196,7 @@ namespace {
struct ref_count_traits {
typedef __le32 disk_type;
typedef uint32_t value_type;
typedef NoOpRefCounter<uint32_t> ref_counter;
typedef no_op_ref_counter<uint32_t> ref_counter;
static void unpack(disk_type const &d, value_type &v) {
v = to_cpu<value_type>(d);