From: khizmax Date: Sat, 31 Jan 2015 13:58:51 +0000 (+0300) Subject: Added injected monitor X-Git-Tag: v2.1.0~310 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d49e2fdd3a03f77e68b10e2d08ab4ac482d9d778;p=libcds.git Added injected monitor --- 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