comparison src/vamp-hostsdk/PluginChannelAdapter.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 e0b7a35ea18e
comparison
equal deleted inserted replaced
262:4a0e998a1afd 263:4454843ff384
34 authorization. 34 authorization.
35 */ 35 */
36 36
37 #include <vamp-hostsdk/PluginChannelAdapter.h> 37 #include <vamp-hostsdk/PluginChannelAdapter.h>
38 38
39 _VAMP_SDK_HOSTSPACE_BEGIN(PluginChannelAdapter.cpp)
40
39 namespace Vamp { 41 namespace Vamp {
40 42
41 namespace HostExt { 43 namespace HostExt {
42 44
43 class PluginChannelAdapter::Impl 45 class PluginChannelAdapter::Impl
261 263
262 } 264 }
263 265
264 } 266 }
265 267
266 268 _VAMP_SDK_HOSTSPACE_END(PluginChannelAdapter.cpp)
269
270