rename cds::lock namespace to cds::sync, move corresponding .h files
[libcds.git] / tests / test-hdr / map / hdr_refinable_hashmap_boost_unordered_map.cpp
index 1e18fb968c076e81f65a4fe973c7db29bdb1af36..b96eb81eba02d10f2f735d07124c7dded99faa2b 100644 (file)
@@ -3,7 +3,7 @@
 #include "map/hdr_striped_map.h"
 #include <cds/container/striped_map/boost_unordered_map.h>
 #include <cds/container/striped_map.h>
-#include <cds/lock/spinlock.h>
+#include <cds/sync/spinlock.h>
 
 namespace map {
 
@@ -50,7 +50,7 @@ namespace map {
         // Spinlock as lock policy
         CPPUNIT_MESSAGE( "spinlock");
         typedef cc::StripedMap< map_t
-            ,co::mutex_policy< cc::striped_set::refinable<cds::lock::Spin> >
+            , co::mutex_policy< cc::striped_set::refinable<cds::sync::spin> >
             , co::hash< hash_int >
             , co::less< less >
         >   map_spin;