comparison src/vamp-hostsdk/PluginBufferingAdapter.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 93c81a6c917a
comparison
equal deleted inserted replaced
262:4a0e998a1afd 263:4454843ff384
40 40
41 #include <vamp-hostsdk/PluginBufferingAdapter.h> 41 #include <vamp-hostsdk/PluginBufferingAdapter.h>
42 42
43 using std::vector; 43 using std::vector;
44 using std::map; 44 using std::map;
45
46 _VAMP_SDK_HOSTSPACE_BEGIN(PluginBufferingAdapter.cpp)
45 47
46 namespace Vamp { 48 namespace Vamp {
47 49
48 namespace HostExt { 50 namespace HostExt {
49 51
652 654
653 } 655 }
654 656
655 } 657 }
656 658
657 659 _VAMP_SDK_HOSTSPACE_END(PluginBufferingAdapter.cpp)