Mercurial > hg > vamp-plugin-sdk
comparison src/vamp-sdk/PluginAdapter.cpp @ 233:521734d2b498 distinct-libraries
* Flatten directory tree a bit, update doxygen
author | cannam |
---|---|
date | Fri, 07 Nov 2008 15:28:33 +0000 |
parents | 5ee166dccfff |
children | 7b12c3decc42 |
comparison
equal
deleted
inserted
replaced
232:71ea10a3cbe7 | 233:521734d2b498 |
---|---|
39 #include <cstring> | 39 #include <cstring> |
40 #include <cstdlib> | 40 #include <cstdlib> |
41 | 41 |
42 //#define DEBUG_PLUGIN_ADAPTER 1 | 42 //#define DEBUG_PLUGIN_ADAPTER 1 |
43 | 43 |
44 namespace _VampPlugin { | 44 _VAMP_SDK_PLUGSPACE_BEGIN(PluginAdapter.cpp) |
45 | 45 |
46 namespace Vamp { | 46 namespace Vamp { |
47 | 47 |
48 class PluginAdapterBase::Impl | 48 class PluginAdapterBase::Impl |
49 { | 49 { |
871 PluginAdapterBase::Impl::AdapterMap * | 871 PluginAdapterBase::Impl::AdapterMap * |
872 PluginAdapterBase::Impl::m_adapterMap = 0; | 872 PluginAdapterBase::Impl::m_adapterMap = 0; |
873 | 873 |
874 } | 874 } |
875 | 875 |
876 } | 876 _VAMP_SDK_PLUGSPACE_END(PluginAdapter.cpp) |
877 | 877 |