comparison vamp-hostsdk/PluginWrapper.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
37 #ifndef _VAMP_PLUGIN_WRAPPER_H_ 37 #ifndef _VAMP_PLUGIN_WRAPPER_H_
38 #define _VAMP_PLUGIN_WRAPPER_H_ 38 #define _VAMP_PLUGIN_WRAPPER_H_
39 39
40 #include "hostguard.h" 40 #include "hostguard.h"
41 #include <vamp-hostsdk/Plugin.h> 41 #include <vamp-hostsdk/Plugin.h>
42
43 _VAMP_SDK_HOSTSPACE_BEGIN(PluginWrapper.h)
42 44
43 namespace Vamp { 45 namespace Vamp {
44 46
45 namespace HostExt { 47 namespace HostExt {
46 48
126 128
127 } 129 }
128 130
129 } 131 }
130 132
133 _VAMP_SDK_HOSTSPACE_END(PluginWrapper.h)
134
131 #endif 135 #endif