From d49e2fdd3a03f77e68b10e2d08ab4ac482d9d778 Mon Sep 17 00:00:00 2001 From: khizmax Date: Sat, 31 Jan 2015 16:58:51 +0300 Subject: [PATCH] Added injected monitor --- cds/sync/injected_monitor.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cds/sync/injected_monitor.h b/cds/sync/injected_monitor.h index 4626e7ca..063d90c1 100644 --- a/cds/sync/injected_monitor.h +++ b/cds/sync/injected_monitor.h @@ -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 -- 2.34.1