summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-22 03:53:44 +0000
committerDavid Robillard <d@drobilla.net>2011-10-22 03:53:44 +0000
commitd3c91af24a76bf999f18eab5cb5136857c93125a (patch)
treea38a0d205d1477390fc6c3fcdf2bdfab8daf08ba /include
parent0cfeb9f3a3a6098e1e2ea6edf07633af7a7d7eaa (diff)
downloadingen-d3c91af24a76bf999f18eab5cb5136857c93125a.tar.gz
ingen-d3c91af24a76bf999f18eab5cb5136857c93125a.tar.bz2
ingen-d3c91af24a76bf999f18eab5cb5136857c93125a.zip
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
Diffstat (limited to 'include')
-rw-r--r--include/ingen/shared/URIs.hpp3
1 files changed, 3 insertions, 0 deletions
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;