Added injected monitor
authorkhizmax <libcds.dev@gmail.com>
Sat, 31 Jan 2015 13:58:51 +0000 (16:58 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sat, 31 Jan 2015 14:48:59 +0000 (17:48 +0300)
cds/sync/injected_monitor.h

index 4626e7ca2231b3afd62795c54a5bb99990dbac5f..063d90c13e6aad0a0a32898bce80b8b0799af98c 100644 (file)
@@ -1,9 +1,9 @@
 //$$CDS-header$$
 
-#ifndef CDSLIB_LOCK_INJECTED_MONITOR_H
-#define CDSLIB_LOCK_INJECTED_MONITOR_H
+#ifndef CDSLIB_SYNC_INJECTED_MONITOR_H
+#define CDSLIB_SYNC_INJECTED_MONITOR_H
 
-namespace cds { namespace lock {
+namespace cds { namespace sync {
 
     /// Monitor that injects a lock as a member into a class
     /**
@@ -63,6 +63,6 @@ namespace cds { namespace lock {
             }
         };
     };
-}} // namespace cds::lock
+}} // namespace cds::sync
 
-#endif // #ifndef CDSLIB_LOCK_INJECTED_MONITOR_H
+#endif // #ifndef CDSLIB_SYNC_INJECTED_MONITOR_H