comparison vamp-hostsdk/PluginBufferingAdapter.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 93c81a6c917a
comparison
equal deleted inserted replaced
262:4a0e998a1afd 263:4454843ff384
38 #ifndef _VAMP_PLUGIN_BUFFERING_ADAPTER_H_ 38 #ifndef _VAMP_PLUGIN_BUFFERING_ADAPTER_H_
39 #define _VAMP_PLUGIN_BUFFERING_ADAPTER_H_ 39 #define _VAMP_PLUGIN_BUFFERING_ADAPTER_H_
40 40
41 #include "hostguard.h" 41 #include "hostguard.h"
42 #include "PluginWrapper.h" 42 #include "PluginWrapper.h"
43
44 _VAMP_SDK_HOSTSPACE_BEGIN(PluginBufferingAdapter.h)
43 45
44 namespace Vamp { 46 namespace Vamp {
45 47
46 namespace HostExt { 48 namespace HostExt {
47 49
182 184
183 } 185 }
184 186
185 } 187 }
186 188
189 _VAMP_SDK_HOSTSPACE_END(PluginBufferingAdapter.h)
190
187 #endif 191 #endif