From e2babea8aa8b87ca930cc53fd5ee7cce4eff3206 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 10 Jan 2011 21:37:09 +0000 Subject: Remove Raul::Command (mostly useless thin wrapper around a semaphore). Remove Semaphore::has_waiter (not portable). git-svn-id: http://svn.drobilla.net/lad/trunk/machina@2822 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/JackDriver.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/engine/JackDriver.hpp') diff --git a/src/engine/JackDriver.hpp b/src/engine/JackDriver.hpp index 133c7ed..f1d38b8 100644 --- a/src/engine/JackDriver.hpp +++ b/src/engine/JackDriver.hpp @@ -23,7 +23,6 @@ #include #include -#include "raul/Command.hpp" #include "raul/DoubleBuffer.hpp" #include "raul/Semaphore.hpp" #include "raul/SharedPtr.hpp" @@ -113,7 +112,8 @@ private: Raul::DoubleBuffer _bpm; Raul::DoubleBuffer _quantization; - Raul::Command _stop; + Raul::Semaphore _stop; + bool _stop_flag; Raul::TimeDuration _record_dur; Raul::AtomicInt _recording; -- cgit v1.2.1