From bbb3abbe4b86a23ef884d38ca299aff13b8f9242 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 17 Feb 2008 22:00:26 +0000 Subject: Remove Jack API dependence from PatchageEvent. git-svn-id: http://svn.drobilla.net/lad/patchage@1151 a436a847-0d15-0410-975c-d299462d15a1 --- src/LashDriver.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/LashDriver.hpp') diff --git a/src/LashDriver.hpp b/src/LashDriver.hpp index 4cca58d..c1d648d 100644 --- a/src/LashDriver.hpp +++ b/src/LashDriver.hpp @@ -35,6 +35,18 @@ public: bool is_attached() const { return _server_interface && _server_interface->enabled(); } + boost::shared_ptr find_port_view( + Patchage* patchage, + const PatchageEvent::PortRef& ref) { + return boost::shared_ptr(); + } + + boost::shared_ptr create_port_view( + Patchage* patchage, + const PatchageEvent::PortRef& ref) { + return boost::shared_ptr(); + } + bool connect(boost::shared_ptr, boost::shared_ptr) { return false; } -- cgit v1.2.1