From: khizmax <libcds.dev@gmail.com> Date: Sat, 31 Jan 2015 13:58:51 +0000 (+0300) Subject: Added injected monitor X-Git-Tag: v2.1.0~305^2~89 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1791b358f52739289f48ba3103d75a6468862abe;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