comparison src/vamp-hostsdk/PluginWrapper.cpp @ 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 521734d2b498
children c97e70ed5abc
comparison
equal deleted inserted replaced
262:4a0e998a1afd 263:4454843ff384
34 authorization. 34 authorization.
35 */ 35 */
36 36
37 #include <vamp-hostsdk/PluginWrapper.h> 37 #include <vamp-hostsdk/PluginWrapper.h>
38 38
39 _VAMP_SDK_HOSTSPACE_BEGIN(PluginWrapper.cpp)
40
39 namespace Vamp { 41 namespace Vamp {
40 42
41 namespace HostExt { 43 namespace HostExt {
42 44
43 class PluginRateExtractor : public Plugin 45 class PluginRateExtractor : public Plugin
197 199
198 } 200 }
199 201
200 } 202 }
201 203
204 _VAMP_SDK_HOSTSPACE_END(PluginWrapper.cpp)