comparison src/vamp-hostsdk/PluginLoader.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 521734d2b498
children 1ed95908a397
comparison
equal deleted inserted replaced
262:4a0e998a1afd 263:4454843ff384
63 #endif /* ! __APPLE__ */ 63 #endif /* ! __APPLE__ */
64 64
65 #endif /* ! _WIN32 */ 65 #endif /* ! _WIN32 */
66 66
67 using namespace std; 67 using namespace std;
68
69 _VAMP_SDK_HOSTSPACE_BEGIN(PluginLoader.cpp)
68 70
69 namespace Vamp { 71 namespace Vamp {
70 72
71 namespace HostExt { 73 namespace HostExt {
72 74
632 } 634 }
633 635
634 } 636 }
635 637
636 } 638 }
639
640 _VAMP_SDK_HOSTSPACE_END(PluginLoader.cpp)
641