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