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/common/interface/CommonInterface.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/common/interface/CommonInterface.hpp') diff --git a/src/common/interface/CommonInterface.hpp b/src/common/interface/CommonInterface.hpp index d5a40711..d0d81945 100644 --- a/src/common/interface/CommonInterface.hpp +++ b/src/common/interface/CommonInterface.hpp @@ -23,6 +23,7 @@ #include "raul/SharedPtr.hpp" #include "raul/Atom.hpp" #include "interface/CommonInterface.hpp" +#include "interface/GraphObject.hpp" namespace Ingen { namespace Shared { @@ -44,6 +45,8 @@ public: /** End (and send) an atomic bundle */ virtual void bundle_end() = 0; + virtual void new_object(const GraphObject* object) = 0; + virtual void new_patch(const std::string& path, uint32_t poly) = 0; -- cgit v1.2.1