diff bits/PluginHandleMapper.h @ 32:2d97883d20df

Wire up a couple of server actions
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 24 May 2016 17:17:03 +0100
parents f379b0e9a8e1
children 55d69b26d4db
line wrap: on
line diff
--- a/bits/PluginHandleMapper.h	Tue May 24 16:30:01 2016 +0100
+++ b/bits/PluginHandleMapper.h	Tue May 24 17:17:03 2016 +0100
@@ -41,6 +41,8 @@
 
 class PluginHandleMapper
 {
+    // NB the handle type must fit in a JSON number
+    
 public:
     class NotFound : virtual public std::runtime_error {
     public: