comparison vamp-hostsdk/PluginSummarisingAdapter.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 ecfb41a370aa
comparison
equal deleted inserted replaced
262:4a0e998a1afd 263:4454843ff384
39 39
40 #include "hostguard.h" 40 #include "hostguard.h"
41 #include "PluginWrapper.h" 41 #include "PluginWrapper.h"
42 42
43 #include <set> 43 #include <set>
44
45 _VAMP_SDK_HOSTSPACE_BEGIN(PluginSummarisingAdapter.h)
44 46
45 namespace Vamp { 47 namespace Vamp {
46 48
47 namespace HostExt { 49 namespace HostExt {
48 50
186 188
187 } 189 }
188 190
189 } 191 }
190 192
193 _VAMP_SDK_HOSTSPACE_END(PluginSummarisingAdapter.h)
194
191 #endif 195 #endif