From 1f1758f4dda0ddaf01c0b1d3a756f9db8ddc979d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 20 Apr 2011 15:27:34 +0000 Subject: Make disconnect take URI parameters (for wildcare URI towards killing disconnect_all). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3183 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/events/DisconnectAll.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/engine/events/DisconnectAll.hpp') diff --git a/src/engine/events/DisconnectAll.hpp b/src/engine/events/DisconnectAll.hpp index c4f6e6b6..b5dc258c 100644 --- a/src/engine/events/DisconnectAll.hpp +++ b/src/engine/events/DisconnectAll.hpp @@ -48,8 +48,8 @@ public: Engine& engine, SharedPtr request, SampleCount timestamp, - const Raul::Path& parent_path, - const Raul::Path& node_path); + const Raul::Path& parent, + const Raul::Path& object); DisconnectAll( Engine& engine, -- cgit v1.2.1