Mercurial > hg > vamp-plugin-sdk
diff vamp-hostsdk/PluginChannelAdapter.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 | c97e70ed5abc |
line wrap: on
line diff
--- a/vamp-hostsdk/PluginChannelAdapter.h Fri Nov 14 14:20:47 2008 +0000 +++ b/vamp-hostsdk/PluginChannelAdapter.h Thu Nov 20 15:01:30 2008 +0000 @@ -40,6 +40,8 @@ #include "hostguard.h" #include "PluginWrapper.h" +_VAMP_SDK_HOSTSPACE_BEGIN(PluginChannelAdapter.h) + namespace Vamp { namespace HostExt { @@ -142,4 +144,6 @@ } +_VAMP_SDK_HOSTSPACE_END(PluginChannelAdapter.h) + #endif