rename cds::gc::hzp namespace to cds::gc::hp
[libcds.git] / cds / gc / hp / details / hp_alloc.h
index 2dcadd25e247cc09f432cb501c1d184b914b99ec..b706850f2ec6b1eb0b2fedc65af1a47615fe292e 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDS_GC_HZP_DETAILS_HP_ALLOC_H
-#define __CDS_GC_HZP_DETAILS_HP_ALLOC_H
+#ifndef __CDS_GC_HP_DETAILS_HP_ALLOC_H
+#define __CDS_GC_HP_DETAILS_HP_ALLOC_H
 
 #include <cds/cxx11_atomic.h>
 #include <cds/details/allocator.h>
@@ -10,7 +10,7 @@
 
 //@cond
 namespace cds {
-    namespace gc { namespace hzp {
+    namespace gc { namespace hp {
     /// Hazard Pointer schema implementation details
     namespace details {
 
@@ -317,8 +317,8 @@ namespace cds {
             //@endcond
         };
 
-    }}} // namespace gc::hzp::details
+    }}} // namespace gc::hp::details
 }   // namespace cds
 //@endcond
 
-#endif // #ifndef __CDS_GC_HZP_DETAILS_HP_ALLOC_H
+#endif // #ifndef __CDS_GC_HP_DETAILS_HP_ALLOC_H