diff options
author | David Robillard <d@drobilla.net> | 2009-05-12 21:58:35 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-05-12 21:58:35 +0000 |
commit | ed1032ca54a55c48d2f7c9709b77a4f4da935e99 (patch) | |
tree | ebc821e22bcdd9424383174fe9ec2a6a32dbb362 /src/shared/ClashAvoider.hpp | |
parent | c32745b044d88e74526599c5994255a2ea6d2c21 (diff) | |
download | ingen-ed1032ca54a55c48d2f7c9709b77a4f4da935e99.tar.gz ingen-ed1032ca54a55c48d2f7c9709b77a4f4da935e99.tar.bz2 ingen-ed1032ca54a55c48d2f7c9709b77a4f4da935e99.zip |
Bring EngineInterface and ClientInterface closer together.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1990 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/shared/ClashAvoider.hpp')
-rw-r--r-- | src/shared/ClashAvoider.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/shared/ClashAvoider.hpp b/src/shared/ClashAvoider.hpp index 1ddee704..3d154e8d 100644 --- a/src/shared/ClashAvoider.hpp +++ b/src/shared/ClashAvoider.hpp @@ -61,6 +61,9 @@ public: uint32_t index, bool is_output); + void rename(const std::string& old_path, + const std::string& new_path); + void connect(const std::string& src_port_path, const std::string& dst_port_path); @@ -83,6 +86,8 @@ public: const Raul::Atom& value); void destroy(const std::string& path); + + void clear_patch(const std::string& path); private: const std::string map_path(const Raul::Path& in); |