From 50c492d119b240946f35505a71c7ee2f59ed6b4a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 5 Jun 2012 19:47:16 +0000 Subject: Use LV2 buf-size extension. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4493 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/shared/AtomReader.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ingen/shared/AtomReader.hpp') diff --git a/ingen/shared/AtomReader.hpp b/ingen/shared/AtomReader.hpp index 1386d3ba..38c89a2b 100644 --- a/ingen/shared/AtomReader.hpp +++ b/ingen/shared/AtomReader.hpp @@ -38,6 +38,8 @@ public: AtomReader(URIMap& map, URIs& uris, Forge& forge, Interface& iface); ~AtomReader() {} + static bool is_message(URIs& uris, const LV2_Atom* msg); + bool write(const LV2_Atom* msg); private: -- cgit v1.2.1