issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / threading / model.h
index 4ae5ce7e3fbac02772896d84eb7cd63122e1fc88..ab45f24cf1cef8daf23646274f99bb028c270539 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDS_THREADING_MODEL_H
-#define __CDS_THREADING_MODEL_H
+#ifndef CDSLIB_THREADING_MODEL_H
+#define CDSLIB_THREADING_MODEL_H
 
 #include <cds/threading/details/_common.h>
 #include <cds/user_setup/threading.h>
@@ -83,4 +83,4 @@ namespace cds { namespace threading {
 
 }} // namespace cds::threading
 
-#endif // #ifndef __CDS_THREADING_MODEL_H
+#endif // #ifndef CDSLIB_THREADING_MODEL_H