Mercurial > hg > piper-cpp
diff bits/PluginHandleMapper.h @ 19:f379b0e9a8e1
Add (but don't yet use) the constant plugin handle mapper
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 20 May 2016 10:25:01 +0100 |
parents | aa61cb5c5754 |
children | 2d97883d20df |
line wrap: on
line diff
--- a/bits/PluginHandleMapper.h Wed May 18 16:33:03 2016 +0100 +++ b/bits/PluginHandleMapper.h Fri May 20 10:25:01 2016 +0100 @@ -38,6 +38,7 @@ #include <vamp-hostsdk/Plugin.h> namespace vampipe { + class PluginHandleMapper { public: @@ -49,6 +50,7 @@ virtual int32_t pluginToHandle(Vamp::Plugin *) = 0; // may throw NotFound virtual Vamp::Plugin *handleToPlugin(int32_t) = 0; // may throw NotFound }; + } #endif