issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / memory / pool_allocator.h
index 660fb98cd45295d5252d14a3e4d2506f1c3e2cb9..b45f955ab576bbae7ce3a15cd9146e0925b41b92 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDS_MEMORY_POOL_ALLOCATOR_H
-#define __CDS_MEMORY_POOL_ALLOCATOR_H
+#ifndef CDSLIB_MEMORY_POOL_ALLOCATOR_H
+#define CDSLIB_MEMORY_POOL_ALLOCATOR_H
 
 #include <cds/details/defs.h>
 #include <utility>
@@ -119,4 +119,4 @@ namespace cds { namespace memory {
 }} // namespace cds::memory
 
 
-#endif // #ifndef __CDS_MEMORY_POOL_ALLOCATOR_H
+#endif // #ifndef CDSLIB_MEMORY_POOL_ALLOCATOR_H