issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / container / michael_set_nogc.h
index 49677655b960bca1bee32b051733859333536543..28aa3cc17b3d01af78702adfe61925a4cf77a33d 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDS_CONTAINER_MICHAEL_SET_NOGC_H
-#define __CDS_CONTAINER_MICHAEL_SET_NOGC_H
+#ifndef CDSLIB_CONTAINER_MICHAEL_SET_NOGC_H
+#define CDSLIB_CONTAINER_MICHAEL_SET_NOGC_H
 
 #include <cds/container/details/michael_set_base.h>
 #include <cds/gc/nogc.h>
@@ -315,4 +315,4 @@ namespace cds { namespace container {
 
 }} // cds::container
 
-#endif // ifndef __CDS_CONTAINER_MICHAEL_SET_NOGC_H
+#endif // ifndef CDSLIB_CONTAINER_MICHAEL_SET_NOGC_H