issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / container / lazy_list_rcu.h
index 757e57dac0776a74e5d9b50cc147559d095f61da..218a6d9e836da4748a3648b12ae3b773d72cd4ce 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDS_CONTAINER_LAZY_LIST_RCU_H
-#define __CDS_CONTAINER_LAZY_LIST_RCU_H
+#ifndef CDSLIB_CONTAINER_LAZY_LIST_RCU_H
+#define CDSLIB_CONTAINER_LAZY_LIST_RCU_H
 
 #include <memory>
 #include <cds/container/details/lazy_list_base.h>
@@ -796,4 +796,4 @@ namespace cds { namespace container {
 
 }} // namespace cds::container
 
-#endif // #ifndef __CDS_CONTAINER_LAZY_LIST_RCU_H
+#endif // #ifndef CDSLIB_CONTAINER_LAZY_LIST_RCU_H