Mercurial > hg > vamp-plugin-sdk
comparison vamp-sdk/PluginAdapter.cpp @ 130:44e6b94c2696
* patch from Tim Blechmann for gcc-4.3 compile
author | cannam |
---|---|
date | Tue, 11 Mar 2008 09:22:53 +0000 |
parents | 1e7ab0399852 |
children | 31eda4b11f2b |
comparison
equal
deleted
inserted
replaced
129:8e11b0bbcb3c | 130:44e6b94c2696 |
---|---|
34 authorization. | 34 authorization. |
35 */ | 35 */ |
36 | 36 |
37 #include "PluginAdapter.h" | 37 #include "PluginAdapter.h" |
38 | 38 |
39 #include <cstring> | |
40 #include <cstdlib> | |
41 | |
39 //#define DEBUG_PLUGIN_ADAPTER 1 | 42 //#define DEBUG_PLUGIN_ADAPTER 1 |
40 | |
41 | 43 |
42 namespace Vamp { | 44 namespace Vamp { |
43 | 45 |
44 class PluginAdapterBase::Impl | 46 class PluginAdapterBase::Impl |
45 { | 47 { |