From 5d1f579900182f283a1c21ad4e59daf7f035e219 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 9 Nov 2008 01:32:38 +0000 Subject: Move patch to /patch via HTTP to give a place for RESTful access to other things. Implement HTTP access to plugins. Work towards client being able to use HTTP to connect. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1712 a436a847-0d15-0410-975c-d299462d15a1 --- src/serialisation/Serialiser.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/serialisation/Serialiser.hpp') diff --git a/src/serialisation/Serialiser.hpp b/src/serialisation/Serialiser.hpp index 58cad912..4d33d771 100644 --- a/src/serialisation/Serialiser.hpp +++ b/src/serialisation/Serialiser.hpp @@ -66,6 +66,7 @@ public: void start_to_string(const Raul::Path& root, const std::string& base_uri); void serialise(SharedPtr object) throw (std::logic_error); + void serialise_plugin(const Shared::Plugin& p); void serialise_connection(SharedPtr parent, SharedPtr c) throw (std::logic_error); @@ -78,8 +79,6 @@ private: void setup_prefixes(); - void serialise_plugin(SharedPtr p); - void serialise_patch(SharedPtr p); void serialise_node(SharedPtr n, const Redland::Node& id); void serialise_port(const Shared::Port* p, const Redland::Node& id); -- cgit v1.2.1