summaryrefslogtreecommitdiffstats
path: root/raul/Slave.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-10-16 07:28:30 +0000
committerDavid Robillard <d@drobilla.net>2006-10-16 07:28:30 +0000
commit4e68bf298f9fe4445925b4fe39f28e364a216fd2 (patch)
tree199cf1eb30a32554cffd5f5aa1ac26ad7bf89dba /raul/Slave.h
parente22d5e4bfa4e5de0cba97c0e1a4ea71de9ecbe48 (diff)
downloadraul-4e68bf298f9fe4445925b4fe39f28e364a216fd2.tar.gz
raul-4e68bf298f9fe4445925b4fe39f28e364a216fd2.tar.bz2
raul-4e68bf298f9fe4445925b4fe39f28e364a216fd2.zip
Used boost::noncopyable to eliminate undefined private copy constructors spread everywhere.
git-svn-id: http://svn.drobilla.net/lad/raul@182 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul/Slave.h')
-rw-r--r--raul/Slave.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/raul/Slave.h b/raul/Slave.h
index fb0c67c..8f20140 100644
--- a/raul/Slave.h
+++ b/raul/Slave.h
@@ -49,10 +49,6 @@ protected:
Semaphore _whip;
private:
- // Prevent copies (undefined)
- Slave(const Slave&);
- Slave& operator=(const Slave&);
-
inline void _run()
{
while (true) {