diff options
author | David Robillard <d@drobilla.net> | 2011-10-21 23:30:39 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-10-21 23:30:39 +0000 |
commit | 5a413b8cd31006c8836bcc7409f7055c890f8a68 (patch) | |
tree | 43add0ec00de9b323578d0f0c9ad0bd95011a74c /include/ingen/shared/ClashAvoider.hpp | |
parent | d7bc67f9752a90abf165c875839294befb42ef90 (diff) | |
download | ingen-5a413b8cd31006c8836bcc7409f7055c890f8a68.tar.gz ingen-5a413b8cd31006c8836bcc7409f7055c890f8a68.tar.bz2 ingen-5a413b8cd31006c8836bcc7409f7055c890f8a68.zip |
Move uri() to CommonInterface.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3575 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'include/ingen/shared/ClashAvoider.hpp')
-rw-r--r-- | include/ingen/shared/ClashAvoider.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ingen/shared/ClashAvoider.hpp b/include/ingen/shared/ClashAvoider.hpp index 6c8e2018..4f5d8ec1 100644 --- a/include/ingen/shared/ClashAvoider.hpp +++ b/include/ingen/shared/ClashAvoider.hpp @@ -40,6 +40,8 @@ public: ClashAvoider(Store& store, CommonInterface& target, Store* also_avoid=NULL) : _store(store), _target(target), _also_avoid(also_avoid) {} + Raul::URI uri() const { return "ingen:ClientStore"; } + void set_target(CommonInterface& target) { _target = target; } // Bundles |