issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / os / linux / timer.h
index f8a03fb267fb884d37ba7a26e81c10031dbc12e8..a1d2f87dfd56141a437e7aa00f1d9599040a562c 100644 (file)
@@ -1,9 +1,9 @@
 //$$CDS-header$$
 
-#ifndef __CDS_OS_LINUX_TIMER_H
-#define __CDS_OS_LINUX_TIMER_H
+#ifndef CDSLIB_OS_LINUX_TIMER_H
+#define CDSLIB_OS_LINUX_TIMER_H
 
-#ifndef __CDS_OS_TIMER_H
+#ifndef CDSLIB_OS_TIMER_H
 #   error "<cds/os/timer.h> must be included"
 #endif
 
@@ -87,4 +87,4 @@ namespace cds { namespace OS {
 }}    // namespace cds::OS
 //@endcond
 
-#endif // #ifndef __CDS_OS_LINUX_TIMER_H
+#endif // #ifndef CDSLIB_OS_LINUX_TIMER_H