issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / urcu / exempt_ptr.h
index fa005ec8764f163af8b16ebf4bff31056fff086b..e7d7942a89b991878d26a2a17a48d79f6e149906 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDS_URCU_EXEMPT_PTR_H
-#define __CDS_URCU_EXEMPT_PTR_H
+#ifndef CDSLIB_URCU_EXEMPT_PTR_H
+#define CDSLIB_URCU_EXEMPT_PTR_H
 
 #include <type_traits>
 #include <cds/details/defs.h>
@@ -163,4 +163,4 @@ namespace cds { namespace urcu {
     };
 }} // namespace cds::urcu
 
-#endif //#ifndef __CDS_URCU_EXEMPT_PTR_H
+#endif //#ifndef CDSLIB_URCU_EXEMPT_PTR_H