Mercurial > hg > piper-cpp
comparison 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 |
comparison
equal
deleted
inserted
replaced
31:b376ab0ce003 | 32:2d97883d20df |
---|---|
39 | 39 |
40 namespace vampipe { | 40 namespace vampipe { |
41 | 41 |
42 class PluginHandleMapper | 42 class PluginHandleMapper |
43 { | 43 { |
44 // NB the handle type must fit in a JSON number | |
45 | |
44 public: | 46 public: |
45 class NotFound : virtual public std::runtime_error { | 47 class NotFound : virtual public std::runtime_error { |
46 public: | 48 public: |
47 NotFound() : runtime_error("plugin or handle not found in mapper") { } | 49 NotFound() : runtime_error("plugin or handle not found in mapper") { } |
48 }; | 50 }; |