From ed1032ca54a55c48d2f7c9709b77a4f4da935e99 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 12 May 2009 21:58:35 +0000 Subject: Bring EngineInterface and ClientInterface closer together. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1990 a436a847-0d15-0410-975c-d299462d15a1 --- src/common/interface/CommonInterface.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/common/interface/CommonInterface.hpp') diff --git a/src/common/interface/CommonInterface.hpp b/src/common/interface/CommonInterface.hpp index d25e173d..9bbef09d 100644 --- a/src/common/interface/CommonInterface.hpp +++ b/src/common/interface/CommonInterface.hpp @@ -58,6 +58,9 @@ public: uint32_t index, bool is_output) = 0; + virtual void rename(const std::string& old_path, + const std::string& new_path) = 0; + virtual void connect(const std::string& src_port_path, const std::string& dst_port_path) = 0; @@ -80,6 +83,8 @@ public: const Raul::Atom& value) = 0; virtual void destroy(const std::string& path) = 0; + + virtual void clear_patch(const std::string& patch_path) = 0; }; -- cgit v1.2.1