comparison vamp-hostsdk/PluginLoader.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 3cf5bd155e5b
children c97e70ed5abc
comparison
equal deleted inserted replaced
262:4a0e998a1afd 263:4454843ff384
41 #include <string> 41 #include <string>
42 #include <map> 42 #include <map>
43 43
44 #include "hostguard.h" 44 #include "hostguard.h"
45 #include "PluginWrapper.h" 45 #include "PluginWrapper.h"
46
47 _VAMP_SDK_HOSTSPACE_BEGIN(PluginLoader.h)
46 48
47 namespace Vamp { 49 namespace Vamp {
48 50
49 class Plugin; 51 class Plugin;
50 52
233 235
234 } 236 }
235 237
236 } 238 }
237 239
240 _VAMP_SDK_HOSTSPACE_END(PluginLoader.h)
241
238 #endif 242 #endif
239 243