rename cds::gc::hzp namespace to cds::gc::hp
[libcds.git] / cds / gc / hp / details / hp_inline.h
index ec0bf1032d25c5ccd67b9de9d7db3cb3d9e8d0cf..741d7340b913cac5b7a7e13dfaca649e426b8353 100644 (file)
@@ -4,22 +4,22 @@
 #define __CDS_GC_HP_DETAILS_HP_INLINE_H
 
 namespace cds {
-    namespace gc{ namespace hzp { namespace details {
+    namespace gc{ namespace hp { namespace details {
 
         /************************************************************************/
         /* INLINES                                                              */
         /************************************************************************/
-        inline retired_vector::retired_vector( const cds::gc::hzp::GarbageCollector& HzpMgr )
+        inline retired_vector::retired_vector( const cds::gc::hp::GarbageCollector& HzpMgr )
             : m_arr( HzpMgr.getMaxRetiredPtrCount() ),
             m_nSize(0)
         {}
 
-        inline HPRec::HPRec( const cds::gc::hzp::GarbageCollector& HzpMgr )
+        inline HPRec::HPRec( const cds::gc::hp::GarbageCollector& HzpMgr )
             : m_hzp( HzpMgr.getHazardPointerCount() ),
             m_arrRetired( HzpMgr )
         {}
 
-    } } }    // namespace gc::hzp::details
+    } } }    // namespace gc::hp::details
 }    // namespace cds