From a0108c19c4704316a02c85676af349acdda29d72 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 19 Oct 2009 04:07:02 +0000 Subject: Fix set/PUT with multiple properties of the same predicate. Actually set port value when PUT of ingen:value occurs (fix ticket #410). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2198 a436a847-0d15-0410-975c-d299462d15a1 --- src/common/interface/Resource.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/common') diff --git a/src/common/interface/Resource.hpp b/src/common/interface/Resource.hpp index 194e99cf..99bd3ef6 100644 --- a/src/common/interface/Resource.hpp +++ b/src/common/interface/Resource.hpp @@ -39,6 +39,9 @@ public: virtual Raul::Atom& set_property(const Raul::URI& uri, const Raul::Atom& value) = 0; + virtual void add_property(const Raul::URI& uri, + const Raul::Atom& value) = 0; + virtual const Raul::Atom& get_property(const Raul::URI& uri) const = 0; }; -- cgit v1.2.1