From 2f595631859574bfa7779ebb42f42b8590f5424c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 27 May 2009 23:21:34 +0000 Subject: Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to match serialisation). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2016 a436a847-0d15-0410-975c-d299462d15a1 --- src/bindings/Client.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bindings/Client.hpp') diff --git a/src/bindings/Client.hpp b/src/bindings/Client.hpp index ca717df0..2c681f6e 100644 --- a/src/bindings/Client.hpp +++ b/src/bindings/Client.hpp @@ -42,7 +42,7 @@ public: const std::string& type_uri, const std::string& symbol) {} - void put(const Path& path, + void put(const URI& path, const Resource::Properties& properties) {} virtual void clear_patch(const std::string& path) {} @@ -56,7 +56,7 @@ public: virtual void disconnect(const std::string& src_port_path, const std::string& dst_port_path) {} - virtual void set_variable(const std::string& subject_path, + virtual void set_property(const std::string& subject_path, const std::string& predicate, const Raul::Atom& value) {} -- cgit v1.2.1