issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / container / details / bronson_avltree_base.h
index 18b2977f8b420a2d2ecce82c577b24db6d2c1e86..296785275f171acb122171c41deb4aaf3b36b41c 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDS_CONTAINER_DETAILS_BRONSON_AVLTREE_BASE_H
-#define __CDS_CONTAINER_DETAILS_BRONSON_AVLTREE_BASE_H
+#ifndef CDSLIB_CONTAINER_DETAILS_BRONSON_AVLTREE_BASE_H
+#define CDSLIB_CONTAINER_DETAILS_BRONSON_AVLTREE_BASE_H
 
 #include <cds/container/details/base.h>
 #include <cds/opt/compare.h>
@@ -340,4 +340,4 @@ namespace cds { namespace container {
 }} // namespace cds::container
 
 
-#endif // #ifndef __CDS_CONTAINER_DETAILS_BRONSON_AVLTREE_BASE_H
+#endif // #ifndef CDSLIB_CONTAINER_DETAILS_BRONSON_AVLTREE_BASE_H