Mercurial > hg > piper-cpp
diff vamp-client/CapnpRRClient.h @ 207:61034472c304
Rename methods to avoid referring to plugins in Piper-world
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 09 Feb 2017 13:25:35 +0000 |
parents | 3eb00e5c76c4 |
children | c67a0a945b6b |
line wrap: on
line diff
--- a/vamp-client/CapnpRRClient.h Thu Feb 09 12:54:00 2017 +0000 +++ b/vamp-client/CapnpRRClient.h Thu Feb 09 13:25:35 2017 +0000 @@ -139,7 +139,7 @@ // Loader methods: ListResponse - listPluginData(const ListRequest &req) override { + list(const ListRequest &req) override { LOG_E("CapnpRRClient::listPluginData called"); @@ -167,7 +167,7 @@ } LoadResponse - loadPlugin(const LoadRequest &req) override { + load(const LoadRequest &req) override { LOG_E("CapnpRRClient::loadPlugin called");