Mercurial > hg > piper-cpp
comparison vamp-support/CountingPluginHandleMapper.h @ 97:427c4c725085
Bring in the Request/Response classes that were in the Vamp SDK, adding them to vamp-support in here instead
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 13 Oct 2016 18:05:35 +0100 |
parents | db9a6ab618bc |
children | 4b581a498981 |
comparison
equal
deleted
inserted
replaced
96:215c9fb6b7a4 | 97:427c4c725085 |
---|---|
40 #include "AssignedPluginHandleMapper.h" | 40 #include "AssignedPluginHandleMapper.h" |
41 | 41 |
42 #include <set> | 42 #include <set> |
43 #include <map> | 43 #include <map> |
44 | 44 |
45 namespace piper { | 45 namespace piper_vamp { |
46 | 46 |
47 class CountingPluginHandleMapper : public PluginHandleMapper | 47 class CountingPluginHandleMapper : public PluginHandleMapper |
48 { | 48 { |
49 public: | 49 public: |
50 CountingPluginHandleMapper() : m_nextHandle(1) { } | 50 CountingPluginHandleMapper() : m_nextHandle(1) { } |