From 5a413b8cd31006c8836bcc7409f7055c890f8a68 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 21 Oct 2011 23:30:39 +0000 Subject: Move uri() to CommonInterface. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3575 a436a847-0d15-0410-975c-d299462d15a1 --- include/ingen/client/ClientStore.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/ingen/client') diff --git a/include/ingen/client/ClientStore.hpp b/include/ingen/client/ClientStore.hpp index a79b235c..12392db6 100644 --- a/include/ingen/client/ClientStore.hpp +++ b/include/ingen/client/ClientStore.hpp @@ -60,6 +60,8 @@ public: SharedPtr engine=SharedPtr(), SharedPtr emitter=SharedPtr()); + Raul::URI uri() const { return "ingen:ClientStore"; } + SharedPtr object(const Raul::Path& path) const; SharedPtr plugin(const Raul::URI& uri) const; SharedPtr resource(const Raul::URI& uri) const; -- cgit v1.2.1