issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / memory / michael / bound_check.h
index aa9734ca50d7d6f33535463b193536856c358e63..21752d2454468656033d75118254ba7ff90875f9 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDS_MEMORY_MICHAEL_ALLOCATOR_BOUND_CHECK_H
-#define __CDS_MEMORY_MICHAEL_ALLOCATOR_BOUND_CHECK_H
+#ifndef CDSLIB_MEMORY_MICHAEL_ALLOCATOR_BOUND_CHECK_H
+#define CDSLIB_MEMORY_MICHAEL_ALLOCATOR_BOUND_CHECK_H
 
 #include <exception>
 #include <memory.h>
@@ -148,4 +148,4 @@ namespace cds { namespace memory { namespace michael {
 
 }}} // namespace cds::memory::michael
 
-#endif // #ifndef __CDS_MEMORY_MICHAEL_ALLOCATOR_BOUND_CHECK_H
+#endif // #ifndef CDSLIB_MEMORY_MICHAEL_ALLOCATOR_BOUND_CHECK_H