diff vamp-capnp/VampnProto.h @ 170:590b1a1fd955

More work on error and exception handling
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 31 Jan 2017 14:53:24 +0000
parents 0876b5e67afe
children 3eb00e5c76c4
line wrap: on
line diff
--- a/vamp-capnp/VampnProto.h	Tue Jan 31 11:26:07 2017 +0000
+++ b/vamp-capnp/VampnProto.h	Tue Jan 31 14:53:24 2017 +0000
@@ -912,7 +912,7 @@
     getRequestResponseType(const piper::RpcResponse::Reader &r) {
         switch (r.getResponse().which()) {
         case piper::RpcResponse::Response::Which::ERROR:
-            return RRType::NotValid; //!!! or error type? test this
+            return RRType::NotValid;
         case piper::RpcResponse::Response::Which::LIST:
             return RRType::List;
         case piper::RpcResponse::Response::Which::LOAD: