rearrange cds/gc content
[libcds.git] / cds / gc / dhp.h
index 6943a5f044f1455859f514e738b3df4b7d60d1a7..fe3ff4b61d8a43b9e5d0493e756ec13baaca970f 100644 (file)
@@ -1,10 +1,14 @@
 //$$CDS-header$$
 
-#ifndef __CDS_GC_PTB_H
-#define __CDS_GC_PTB_H
+#ifndef __CDS_GC_DHP_H
+#define __CDS_GC_DHP_H
 
 #include <cds/gc/dhp/dhp_decl.h>
 #include <cds/gc/dhp/dhp_impl.h>
 #include <cds/details/lib.h>
 
-#endif // #ifndef __CDS_GC_PTB_H
+namespace cds { namespace gc {
+    typedef PTB DHP;
+}} // namespace cds::gc
+
+#endif // #ifndef __CDS_GC_DHP_H