From d3c91af24a76bf999f18eab5cb5136857c93125a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 22 Oct 2011 03:53:44 +0000 Subject: Move basic URI map and unmap implementation to URIs. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3588 a436a847-0d15-0410-975c-d299462d15a1 --- include/ingen/shared/URIs.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/ingen/shared/URIs.hpp b/include/ingen/shared/URIs.hpp index 7083507e..ba68f9eb 100644 --- a/include/ingen/shared/URIs.hpp +++ b/include/ingen/shared/URIs.hpp @@ -29,6 +29,9 @@ class URIs : public boost::noncopyable { public: URIs(); + uint32_t map_uri(const char* uri); + const char* unmap_uri(uint32_t urid); + struct Quark : public Raul::URI { Quark(const char* str); const char* c_str() const; -- cgit v1.2.1