From 0f9c8151d5b42b243a499bb31a1e1f0b2e8c5f6f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Feb 2015 07:02:59 +0000 Subject: Server-side copy paste with LV2 state support. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5541 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/Interface.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ingen/Interface.hpp') diff --git a/ingen/Interface.hpp b/ingen/Interface.hpp index d5fe0b97..042bd3f7 100644 --- a/ingen/Interface.hpp +++ b/ingen/Interface.hpp @@ -21,6 +21,7 @@ #ifndef INGEN_INTERFACE_HPP #define INGEN_INTERFACE_HPP +#include #include #include "ingen/Resource.hpp" @@ -67,6 +68,9 @@ public: const Resource::Properties& remove, const Resource::Properties& add) = 0; + virtual void copy(const Raul::Path& old_path, + const Raul::URI& new_uri) = 0; + virtual void move(const Raul::Path& old_path, const Raul::Path& new_path) = 0; @@ -86,7 +90,7 @@ public: const Atom& value) = 0; /** Set the ID to use to respond to the next message. - * Setting the ID to -1 will disable responses. + * Setting the ID to 0 will disable responses. */ virtual void set_response_id(int32_t id) = 0; -- cgit v1.2.1