Mercurial > hg > piper-cpp
diff vamp-client/Loader.h @ 131:183fe1f03980
Update client to support list from
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 02 Nov 2016 18:39:51 +0000 |
parents | ff3fd8d1b2dc |
children | d04958b5d3ad |
line wrap: on
line diff
--- a/vamp-client/Loader.h Wed Nov 02 18:26:47 2016 +0000 +++ b/vamp-client/Loader.h Wed Nov 02 18:39:51 2016 +0000 @@ -44,7 +44,7 @@ class Loader { public: - virtual ListResponse listPluginData() = 0; + virtual ListResponse listPluginData(std::vector<std::string> from) = 0; virtual LoadResponse loadPlugin(const LoadRequest &) = 0; };