comparison vamp-hostsdk/PluginInputDomainAdapter.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 283e15f6e548
comparison
equal deleted inserted replaced
262:4a0e998a1afd 263:4454843ff384
37 #ifndef _VAMP_PLUGIN_INPUT_DOMAIN_ADAPTER_H_ 37 #ifndef _VAMP_PLUGIN_INPUT_DOMAIN_ADAPTER_H_
38 #define _VAMP_PLUGIN_INPUT_DOMAIN_ADAPTER_H_ 38 #define _VAMP_PLUGIN_INPUT_DOMAIN_ADAPTER_H_
39 39
40 #include "hostguard.h" 40 #include "hostguard.h"
41 #include "PluginWrapper.h" 41 #include "PluginWrapper.h"
42
43 _VAMP_SDK_HOSTSPACE_BEGIN(PluginInputDomainAdapter.h)
42 44
43 namespace Vamp { 45 namespace Vamp {
44 46
45 namespace HostExt { 47 namespace HostExt {
46 48
127 129
128 } 130 }
129 131
130 } 132 }
131 133
134 _VAMP_SDK_HOSTSPACE_END(PluginInputDomainAdapter.h)
135
132 #endif 136 #endif