summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-17 20:03:45 +0000
committerDavid Robillard <d@drobilla.net>2011-04-17 20:03:45 +0000
commitad02810bb505e823ed7222c785649f668baaa404 (patch)
treeb692d89c641f09444b0f76c8f56749d1c4294bc4 /include
parentda618852b67d64f5fed686234f5a626c33812c87 (diff)
downloadingen-ad02810bb505e823ed7222c785649f668baaa404.tar.gz
ingen-ad02810bb505e823ed7222c785649f668baaa404.tar.bz2
ingen-ad02810bb505e823ed7222c785649f668baaa404.zip
Remove unused Driver::is_activated.
Consistently sort fields of Engine by name. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3156 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'include')
-rw-r--r--include/ingen/EngineBase.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ingen/EngineBase.hpp b/include/ingen/EngineBase.hpp
index cf3a2e97..3e9366f8 100644
--- a/include/ingen/EngineBase.hpp
+++ b/include/ingen/EngineBase.hpp
@@ -36,8 +36,14 @@ class EngineBase
public:
virtual ~EngineBase() {}
+ /**
+ Activate the engine.
+ */
virtual bool activate() = 0;
+ /**
+ Deactivate the engine.
+ */
virtual void deactivate() = 0;
/**