From 37b4c4591d6835c4b88ded16286d6f4145aea367 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 7 Jan 2018 09:25:22 +0100 Subject: Replace boost lock by std lock in TII --- src/TII.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/TII.h') diff --git a/src/TII.h b/src/TII.h index b0ffdb3..b86dbbf 100644 --- a/src/TII.h +++ b/src/TII.h @@ -2,7 +2,7 @@ Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2017 + Copyright (C) 2018 Matthias P. Braendli, matthias.braendli@mpb.li http://opendigitalradio.org @@ -35,8 +35,8 @@ #include "ModPlugin.h" #include "RemoteControl.h" -#include -#include +#include +#include #include #include #include @@ -118,7 +118,7 @@ class TII : public ModCodec, public RemoteControllable // m_enabled_carriers is read by modulator thread, and written // to by RC thread. - mutable boost::mutex m_enabled_carriers_mutex; + mutable std::mutex m_enabled_carriers_mutex; // m_enabled_carriers is true only for the first carrier in the // active pair -- cgit v1.2.3