issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / os / aix / timer.h
index 3a29675a0779911680b71a23f6eaa6ad932a9a2b..64bde42dd1c297d9866aa0bfa202da90692e7eda 100644 (file)
@@ -1,11 +1,11 @@
 //$$CDS-header$$
 
-#ifndef __CDS_OS_AIX_TIMER_H
-#define __CDS_OS_AIX_TIMER_H
+#ifndef CDSLIB_OS_AIX_TIMER_H
+#define CDSLIB_OS_AIX_TIMER_H
 
 // Source: http://publib16.boulder.ibm.com/doc_link/en_US/a_doc_lib/libs/basetrf2/read_real_time.htm
 
-#ifndef __CDS_OS_TIMER_H
+#ifndef CDSLIB_OS_TIMER_H
 #   error "<cds/os/timer.h> must be included"
 #endif
 
@@ -89,4 +89,4 @@ namespace cds { namespace OS {
 }}   // namespace cds::OS
 //@endcond
 
-#endif // #ifndef __CDS_OS_AIX_TIMER_H
+#endif // #ifndef CDSLIB_OS_AIX_TIMER_H