rename cds::lock namespace to cds::sync, move corresponding .h files
[libcds.git] / tests / unit / queue / intrusive_queue_type.h
index 97605ae35471289975ac00a80f34d8c53cb5d3f7..d62ad233a289fd74492cfd13201b60e5b1e43d60 100644 (file)
@@ -463,8 +463,8 @@ namespace queue {
         typedef cds::intrusive::SegmentedQueue< cds::gc::DHP, T, traits_SegmentedQueue_mutex_stat >  SegmentedQueue_DHP_mutex_stat;
 
         // Boost SList
-        typedef details::BoostSList< T, std::mutex >    BoostSList_mutex;
-        typedef details::BoostSList< T, cds::lock::Spin >   BoostSList_spin;
+        typedef details::BoostSList< T, std::mutex >      BoostSList_mutex;
+        typedef details::BoostSList< T, cds::sync::spin > BoostSList_spin;
     };
 }