issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / os / posix / fake_topology.h
index 4fca62f223d18a3932db638a9be7213b9614015d..8112b8eeb7e6ded14b4cd53b9754acb66f148ee8 100644 (file)
@@ -1,9 +1,9 @@
 //$$CDS-header$$
 
-#ifndef __CDS_OS_POSIX_FAKE_TOPOLOGY_H
-#define __CDS_OS_POSIX_FAKE_TOPOLOGY_H
+#ifndef CDSLIB_OS_POSIX_FAKE_TOPOLOGY_H
+#define CDSLIB_OS_POSIX_FAKE_TOPOLOGY_H
 
-#ifndef __CDS_OS_TOPOLOGY_H
+#ifndef CDSLIB_OS_TOPOLOGY_H
 #   error "<cds/os/topology.h> must be included instead"
 #endif
 
@@ -50,4 +50,4 @@ namespace cds { namespace OS {
 
 }}  // namespace cds::OS
 
-#endif  // #ifndef __CDS_OS_POSIX_FAKE_TOPOLOGY_H
+#endif  // #ifndef CDSLIB_OS_POSIX_FAKE_TOPOLOGY_H