Mercurial > hg > piper-cpp
diff vamp-support/RequestResponse.h @ 133:74a7c2a8d6b6
Merge from branch listargs
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 04 Nov 2016 10:43:49 +0000 |
parents | 5b113c87b6e6 |
children | 3eb00e5c76c4 |
line wrap: on
line diff
--- a/vamp-support/RequestResponse.h Fri Oct 28 14:31:58 2016 +0100 +++ b/vamp-support/RequestResponse.h Fri Nov 04 10:43:49 2016 +0000 @@ -49,12 +49,15 @@ * \class ListRequest * * ListRequest is a structure containing the information needed to - * list plugins. Currently empty. + * list plugins. * * \see ListResponse */ struct ListRequest { + ListRequest() { } // no constraints by default + + std::vector<std::string> from; }; /**