summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/DestroyEvent.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-09-10 20:11:40 +0000
committerDavid Robillard <d@drobilla.net>2006-09-10 20:11:40 +0000
commite772196c07ff58022beaabf5e494be3441d1ba4a (patch)
tree4a3dc214fb333d9787c666e1b3d239124b94302e /src/libs/engine/events/DestroyEvent.h
parent8854610aac91caaf6bb8db782cc4c9bd2ca53c52 (diff)
downloadingen-e772196c07ff58022beaabf5e494be3441d1ba4a.tar.gz
ingen-e772196c07ff58022beaabf5e494be3441d1ba4a.tar.bz2
ingen-e772196c07ff58022beaabf5e494be3441d1ba4a.zip
Zoom Full feature in FlowCanvas/Ingenuity.
Fix for reattaching to running engine (reponse ID bug). More GUI work. git-svn-id: http://svn.drobilla.net/lad/ingen@126 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/engine/events/DestroyEvent.h')
-rw-r--r--src/libs/engine/events/DestroyEvent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/events/DestroyEvent.h b/src/libs/engine/events/DestroyEvent.h
index 92b1c194..fc2995a3 100644
--- a/src/libs/engine/events/DestroyEvent.h
+++ b/src/libs/engine/events/DestroyEvent.h
@@ -44,8 +44,8 @@ class DisconnectPortEvent;
class DestroyEvent : public QueuedEvent
{
public:
- DestroyEvent(Engine& engine, CountedPtr<Responder> responder, FrameTime timestamp, QueuedEventSource* source, const string& path, bool lock_mutex = true);
- DestroyEvent(Engine& engine, CountedPtr<Responder> responder, FrameTime timestamp, Node* node, bool lock_mutex = true);
+ DestroyEvent(Engine& engine, CountedPtr<Responder> responder, FrameTime timestamp, QueuedEventSource* source, const string& path, bool block = true);
+ DestroyEvent(Engine& engine, CountedPtr<Responder> responder, FrameTime timestamp, QueuedEventSource* source, Node* node, bool block = true);
~DestroyEvent();
void pre_process();