issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / container / details / base.h
index b1f853431fb3e2a44aecc0462dd6a57b223e9b02..2888573eecf2a8324026a907c509c75a311f8657 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDS_CONTAINER_DETAILS_BASE_H
-#define __CDS_CONTAINER_DETAILS_BASE_H
+#ifndef CDSLIB_CONTAINER_DETAILS_BASE_H
+#define CDSLIB_CONTAINER_DETAILS_BASE_H
 
 #include <cds/intrusive/details/base.h>
 
@@ -56,4 +56,4 @@ namespace container {
 }   // namespace container
 }   // namespace cds
 
-#endif // #ifndef __CDS_CONTAINER_DETAILS_BASE_H
+#endif // #ifndef CDSLIB_CONTAINER_DETAILS_BASE_H