From eede1a188c2da2c926d49902f2b2c411774342af Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 7 Sep 2008 20:16:49 +0000 Subject: Separate PortRef (now PortID) from PatchageEvent. git-svn-id: http://svn.drobilla.net/lad/patchage@1477 a436a847-0d15-0410-975c-d299462d15a1 --- src/JackDriver.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/JackDriver.hpp') diff --git a/src/JackDriver.hpp b/src/JackDriver.hpp index 2ea7066..6bbb8db 100644 --- a/src/JackDriver.hpp +++ b/src/JackDriver.hpp @@ -51,13 +51,13 @@ public: void refresh(); - bool port_names(const PatchageEvent::PortRef& ref, - std::string& module_name, - std::string& port_name); + bool port_names(const PortID& id, + std::string& module_name, + std::string& port_name); boost::shared_ptr create_port_view( - Patchage* patchage, - const PatchageEvent::PortRef& ref); + Patchage* patchage, + const PortID& id); bool connect(boost::shared_ptr src, boost::shared_ptr dst); -- cgit v1.2.1