comparison 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
comparison
equal deleted inserted replaced
205:587e9691a44e 207:61034472c304
137 //!!! sort out the api here 137 //!!! sort out the api here
138 138
139 // Loader methods: 139 // Loader methods:
140 140
141 ListResponse 141 ListResponse
142 listPluginData(const ListRequest &req) override { 142 list(const ListRequest &req) override {
143 143
144 LOG_E("CapnpRRClient::listPluginData called"); 144 LOG_E("CapnpRRClient::listPluginData called");
145 145
146 checkServerOK(); 146 checkServerOK();
147 147
165 165
166 return lr; 166 return lr;
167 } 167 }
168 168
169 LoadResponse 169 LoadResponse
170 loadPlugin(const LoadRequest &req) override { 170 load(const LoadRequest &req) override {
171 171
172 LOG_E("CapnpRRClient::loadPlugin called"); 172 LOG_E("CapnpRRClient::loadPlugin called");
173 173
174 checkServerOK(); 174 checkServerOK();
175 175