diff capnproto/VampnProto.h @ 6:d8358afe3f2c

Update build
author Chris Cannam <c.cannam@qmul.ac.uk>
date Fri, 13 May 2016 16:28:26 +0100
parents 6e8607ebad03
children c8451896c40e
line wrap: on
line diff
--- a/capnproto/VampnProto.h	Fri May 13 13:48:59 2016 +0100
+++ b/capnproto/VampnProto.h	Fri May 13 16:28:26 2016 +0100
@@ -14,16 +14,16 @@
 
 /**
  * Convert the structures laid out in the Vamp SDK classes into Cap'n
- * Proto structures.
+ * Proto structures (and back again).
  * 
- * At least some of this will be necessary for any implementation that
- * is using the C++ Vamp SDK to provide its reference structures. An
- * implementation could alternatively use the Cap'n Proto structures
- * directly, and interact with Vamp plugins using the Vamp C API,
- * without using the C++ Vamp SDK classes at all.
+ * At least some of this will be necessary for any implementation
+ * using Cap'n Proto that uses the C++ Vamp SDK to provide its
+ * reference structures. An implementation could alternatively use the
+ * Cap'n Proto structures directly, and interact with Vamp plugins
+ * using the Vamp C API, without using the C++ Vamp SDK classes at
+ * all.
  */
-
-class VampSDKConverter
+class VampnProto
 {
 public:
     typedef ::capnp::MallocMessageBuilder MsgBuilder;