On dev: MIchaelList
[libcds.git] / tests / test-hdr / ordered_list / hdr_michael_rcu_gpt.cpp
index a53949e655ca1fb2ebc8aa9c316946ee986e2ff6..beee1042e696bb26082507ef6ac3994c57ffc173 100644 (file)
@@ -8,7 +8,7 @@ namespace ordlist {
     namespace {
         typedef cds::urcu::gc< cds::urcu::general_threaded<> >    rcu_type;
 
-        struct RCU_GPT_cmp_traits: public cc::michael_list::type_traits
+        struct RCU_GPT_cmp_traits : public cc::michael_list::traits
         {
             typedef MichaelListTestHeader::cmp<MichaelListTestHeader::item>   compare;
         };
@@ -31,7 +31,7 @@ namespace ordlist {
     }
 
     namespace {
-        struct RCU_GPT_less_traits: public cc::michael_list::type_traits
+        struct RCU_GPT_less_traits : public cc::michael_list::traits
         {
             typedef MichaelListTestHeader::lt<MichaelListTestHeader::item>   less;
         };
@@ -53,7 +53,7 @@ namespace ordlist {
     }
 
     namespace {
-        struct RCU_GPT_cmpmix_traits: public cc::michael_list::type_traits
+        struct RCU_GPT_cmpmix_traits : public cc::michael_list::traits
         {
             typedef MichaelListTestHeader::cmp<MichaelListTestHeader::item>   compare;
             typedef MichaelListTestHeader::lt<MichaelListTestHeader::item>  less;
@@ -77,7 +77,7 @@ namespace ordlist {
     }
 
     namespace {
-        struct RCU_GPT_ic_traits: public cc::michael_list::type_traits
+        struct RCU_GPT_ic_traits : public cc::michael_list::traits
         {
             typedef MichaelListTestHeader::lt<MichaelListTestHeader::item>   less;
             typedef cds::atomicity::item_counter item_counter;