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 --- include/ingen/CommonInterface.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/ingen') diff --git a/include/ingen/CommonInterface.hpp b/include/ingen/CommonInterface.hpp index f67f1d13..defed25d 100644 --- a/include/ingen/CommonInterface.hpp +++ b/include/ingen/CommonInterface.hpp @@ -57,8 +57,8 @@ public: virtual void connect(const Raul::Path& src_port_path, const Raul::Path& dst_port_path) = 0; - virtual void disconnect(const Raul::Path& src_port_path, - const Raul::Path& dst_port_path) = 0; + virtual void disconnect(const Raul::URI& src, + const Raul::URI& dst) = 0; virtual void disconnect_all(const Raul::Path& parent_patch_path, const Raul::Path& path) = 0; -- cgit v1.2.1