diff src/vamp-hostsdk/PluginHostAdapter.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 7d678f889789
children 34754c776530
line wrap: on
line diff
--- a/src/vamp-hostsdk/PluginHostAdapter.cpp	Fri Nov 14 14:20:47 2008 +0000
+++ b/src/vamp-hostsdk/PluginHostAdapter.cpp	Thu Nov 20 15:01:30 2008 +0000
@@ -41,6 +41,8 @@
 #error Incorrect Vamp SDK header included (not the expected 2.0 SDK)
 #endif
 
+_VAMP_SDK_HOSTSPACE_BEGIN(PluginHostAdapter.cpp)
+
 namespace Vamp
 {
 
@@ -449,3 +451,6 @@
 }
 
 }
+
+_VAMP_SDK_HOSTSPACE_END(PluginHostAdapter.cpp)
+