Mercurial > hg > vamp-plugin-sdk
diff vamp-sdk/hostext/PluginLoader.h @ 60:087c16cca0d6 host-factory-stuff
...
author | cannam |
---|---|
date | Fri, 25 May 2007 13:26:59 +0000 |
parents | fa79c4ec847d |
children | 97c5ac99d725 |
line wrap: on
line diff
--- a/vamp-sdk/hostext/PluginLoader.h Thu May 24 15:17:07 2007 +0000 +++ b/vamp-sdk/hostext/PluginLoader.h Fri May 25 13:26:59 2007 +0000 @@ -55,9 +55,10 @@ static PluginLoader *getInstance(); typedef std::string PluginKey; + typedef std::vector<PluginKey> PluginKeyList; typedef std::vector<std::string> PluginCategoryHierarchy; - std::vector<PluginKey> listPlugins(); //!!! pass in version number? + PluginKeyList listPlugins(); //!!! pass in version number? PluginKey composePluginKey(std::string libraryName, std::string identifier);