MichaelMap refactoring
[libcds.git] / tests / test-hdr / map / hdr_michael_map_lazy_rcu_gpi.cpp
index ec551536aed71d7a25518c8469fbf27cc5b8b38e..88d72001bfa78bb94af007386f5d05bc293fe1fb 100644 (file)
@@ -7,24 +7,24 @@
 
 namespace map {
     namespace {
-        struct map_traits: public cc::michael_map::type_traits
+        struct map_traits: public cc::michael_map::traits
         {
             typedef HashMapHdrTest::hash_int            hash;
             typedef HashMapHdrTest::simple_item_counter item_counter;
         };
         typedef cds::urcu::gc< cds::urcu::general_instant<> > rcu_type;
 
-        struct RCU_GPI_cmp_traits: public cc::lazy_list::type_traits
+        struct RCU_GPI_cmp_traits: public cc::lazy_list::traits
         {
             typedef HashMapHdrTest::cmp   compare;
         };
 
-        struct RCU_GPI_less_traits: public cc::lazy_list::type_traits
+        struct RCU_GPI_less_traits: public cc::lazy_list::traits
         {
             typedef HashMapHdrTest::less  less;
         };
 
-        struct RCU_GPI_cmpmix_traits: public cc::lazy_list::type_traits
+        struct RCU_GPI_cmpmix_traits: public cc::lazy_list::traits
         {
             typedef HashMapHdrTest::cmp   compare;
             typedef HashMapHdrTest::less  less;