diff options
Diffstat (limited to 'include/ingen/client/ClientStore.hpp')
-rw-r--r-- | include/ingen/client/ClientStore.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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<ServerInterface> engine=SharedPtr<ServerInterface>(), SharedPtr<SigClientInterface> emitter=SharedPtr<SigClientInterface>()); + Raul::URI uri() const { return "ingen:ClientStore"; } + SharedPtr<const ObjectModel> object(const Raul::Path& path) const; SharedPtr<const PluginModel> plugin(const Raul::URI& uri) const; SharedPtr<const Resource> resource(const Raul::URI& uri) const; |