summaryrefslogtreecommitdiffstats
path: root/src/serialisation/Parser.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-11-16 21:49:33 +0000
committerDavid Robillard <d@drobilla.net>2008-11-16 21:49:33 +0000
commit481df972552977a1331f9eb70bb6dce55429475c (patch)
tree63eb6155345919d8378f89c116cb08b32b35b5c3 /src/serialisation/Parser.hpp
parentf30290370005de12e5061716c5508fc3e552a0ce (diff)
downloadingen-481df972552977a1331f9eb70bb6dce55429475c.tar.gz
ingen-481df972552977a1331f9eb70bb6dce55429475c.tar.bz2
ingen-481df972552977a1331f9eb70bb6dce55429475c.zip
Fix loading errors.
Partially separate 'update' from parsing from object (i.e. patch file loading) parsing. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1736 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/serialisation/Parser.hpp')
-rw-r--r--src/serialisation/Parser.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/serialisation/Parser.hpp b/src/serialisation/Parser.hpp
index d20e4345..0210a4bb 100644
--- a/src/serialisation/Parser.hpp
+++ b/src/serialisation/Parser.hpp
@@ -58,6 +58,16 @@ public:
boost::optional<Glib::ustring> object_uri=boost::optional<Glib::ustring>(),
boost::optional<Raul::Symbol> symbol=boost::optional<Raul::Symbol>(),
boost::optional<GraphObject::Variables> data=boost::optional<GraphObject::Variables>());
+
+ virtual bool parse_update(
+ Ingen::Shared::World* world,
+ Shared::CommonInterface* target,
+ const Glib::ustring& str,
+ const Glib::ustring& base_uri,
+ Glib::ustring engine_base,
+ boost::optional<Glib::ustring> object_uri=boost::optional<Glib::ustring>(),
+ boost::optional<Raul::Symbol> symbol=boost::optional<Raul::Symbol>(),
+ boost::optional<GraphObject::Variables> data=boost::optional<GraphObject::Variables>());
private: