issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / intrusive / michael_set_nogc.h
index bf9f6ac04a1640e9a0b528e1c1f73f33e3696814..d2cc7fa2202f1d443e42b7448dbc6c18d41a8019 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDS_INTRUSIVE_MICHAEL_SET_NOGC_H
-#define __CDS_INTRUSIVE_MICHAEL_SET_NOGC_H
+#ifndef CDSLIB_INTRUSIVE_MICHAEL_SET_NOGC_H
+#define CDSLIB_INTRUSIVE_MICHAEL_SET_NOGC_H
 
 #include <cds/intrusive/details/michael_set_base.h>
 #include <cds/gc/nogc.h>
@@ -341,5 +341,5 @@ namespace cds { namespace intrusive {
 
 }} // namespace cds::intrusive
 
-#endif // #ifndef __CDS_INTRUSIVE_MICHAEL_SET_NOGC_H
+#endif // #ifndef CDSLIB_INTRUSIVE_MICHAEL_SET_NOGC_H