From 0fd3c583e032a3cd5af877902d4561a45179a232 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 16 Nov 2008 05:34:01 +0000 Subject: Follow new object creation via HTTP (serialising/parsing RDF to communicate between client and engine). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1722 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/ObjectSender.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/engine/ObjectSender.hpp') diff --git a/src/engine/ObjectSender.hpp b/src/engine/ObjectSender.hpp index 9b6eb000..e546fe2f 100644 --- a/src/engine/ObjectSender.hpp +++ b/src/engine/ObjectSender.hpp @@ -26,6 +26,7 @@ namespace Shared { class ClientInterface; } using Shared::ClientInterface; +class GraphObjectImpl; class PatchImpl; class NodeImpl; class PortImpl; @@ -43,9 +44,7 @@ class PluginImpl; */ class ObjectSender { public: - - // FIXME: Make all object parameters const - + static void send_object(ClientInterface* client, const GraphObjectImpl* object, bool recursive); static void send_patch(ClientInterface* client, const PatchImpl* patch, bool recursive); static void send_node(ClientInterface* client, const NodeImpl* node, bool recursive); static void send_port(ClientInterface* client, const PortImpl* port); -- cgit v1.2.1