summaryrefslogtreecommitdiffstats
path: root/include/ingen/CommonInterface.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-21 23:30:39 +0000
committerDavid Robillard <d@drobilla.net>2011-10-21 23:30:39 +0000
commit5a413b8cd31006c8836bcc7409f7055c890f8a68 (patch)
tree43add0ec00de9b323578d0f0c9ad0bd95011a74c /include/ingen/CommonInterface.hpp
parentd7bc67f9752a90abf165c875839294befb42ef90 (diff)
downloadingen-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/CommonInterface.hpp')
-rw-r--r--include/ingen/CommonInterface.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ingen/CommonInterface.hpp b/include/ingen/CommonInterface.hpp
index 8b4713ab..398fbd3b 100644
--- a/include/ingen/CommonInterface.hpp
+++ b/include/ingen/CommonInterface.hpp
@@ -34,6 +34,8 @@ class CommonInterface
public:
virtual ~CommonInterface() {}
+ virtual Raul::URI uri() const = 0;
+
/** Begin an atomic bundle */
virtual void bundle_begin() = 0;