issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / container / impl / skip_list_map.h
index 3eb13f8b9683be21ed6670d9c98695cd7e033da6..6bae373b2a383699f67d5927bc37c3063d106f00 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDS_CONTAINER_IMPL_SKIP_LIST_MAP_H
-#define __CDS_CONTAINER_IMPL_SKIP_LIST_MAP_H
+#ifndef CDSLIB_CONTAINER_IMPL_SKIP_LIST_MAP_H
+#define CDSLIB_CONTAINER_IMPL_SKIP_LIST_MAP_H
 
 #include <cds/container/details/guarded_ptr_cast.h>
 
@@ -658,4 +658,4 @@ namespace cds { namespace container {
     };
 }} // namespace cds::container
 
-#endif // #ifndef __CDS_CONTAINER_IMPL_SKIP_LIST_MAP_H
+#endif // #ifndef CDSLIB_CONTAINER_IMPL_SKIP_LIST_MAP_H