Mercurial > hg > vamp-plugin-sdk
comparison vamp-hostsdk/PluginChannelAdapter.h @ 263:4454843ff384
* OK, we're going to have to place the host stuff in its own namespace
too. Otherwise our new SV build on OSX fails to load old plugins
because they pull in the host namespace PluginBase and thus report
the wrong Vamp version... *sigh*
author | cannam |
---|---|
date | Thu, 20 Nov 2008 15:01:30 +0000 |
parents | c88a3cdb0215 |
children | c97e70ed5abc |
comparison
equal
deleted
inserted
replaced
262:4a0e998a1afd | 263:4454843ff384 |
---|---|
37 #ifndef _VAMP_PLUGIN_CHANNEL_ADAPTER_H_ | 37 #ifndef _VAMP_PLUGIN_CHANNEL_ADAPTER_H_ |
38 #define _VAMP_PLUGIN_CHANNEL_ADAPTER_H_ | 38 #define _VAMP_PLUGIN_CHANNEL_ADAPTER_H_ |
39 | 39 |
40 #include "hostguard.h" | 40 #include "hostguard.h" |
41 #include "PluginWrapper.h" | 41 #include "PluginWrapper.h" |
42 | |
43 _VAMP_SDK_HOSTSPACE_BEGIN(PluginChannelAdapter.h) | |
42 | 44 |
43 namespace Vamp { | 45 namespace Vamp { |
44 | 46 |
45 namespace HostExt { | 47 namespace HostExt { |
46 | 48 |
140 | 142 |
141 } | 143 } |
142 | 144 |
143 } | 145 } |
144 | 146 |
147 _VAMP_SDK_HOSTSPACE_END(PluginChannelAdapter.h) | |
148 | |
145 #endif | 149 #endif |