issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / intrusive / striped_set.h
index e0182deffffa95c6ac58961c2f97f2ea70c9cfcf..eba6dbf025d0a001e5a5153ba0a83eb86e8a354f 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDS_INTRUSIVE_STRIPED_SET_H
-#define __CDS_INTRUSIVE_STRIPED_SET_H
+#ifndef CDSLIB_INTRUSIVE_STRIPED_SET_H
+#define CDSLIB_INTRUSIVE_STRIPED_SET_H
 
 #include <cds/intrusive/details/base.h>
 #include <cds/intrusive/striped_set/adapter.h>
@@ -848,4 +848,4 @@ namespace cds { namespace intrusive {
     };
 }}  // namespace cds::itrusive
 
-#endif // #ifndef __CDS_INTRUSIVE_STRIPED_SET_H
+#endif // #ifndef CDSLIB_INTRUSIVE_STRIPED_SET_H