comparison vamp-hostsdk/PluginHostAdapter.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 3cf5bd155e5b
children
comparison
equal deleted inserted replaced
262:4a0e998a1afd 263:4454843ff384
41 #include "Plugin.h" 41 #include "Plugin.h"
42 42
43 #include <vamp/vamp.h> 43 #include <vamp/vamp.h>
44 44
45 #include <vector> 45 #include <vector>
46
47 _VAMP_SDK_HOSTSPACE_BEGIN(PluginHostAdapter.h)
46 48
47 namespace Vamp { 49 namespace Vamp {
48 50
49 /** 51 /**
50 * \class PluginHostAdapter PluginHostAdapter.h <vamp-hostsdk/PluginHostAdapter.h> 52 * \class PluginHostAdapter PluginHostAdapter.h <vamp-hostsdk/PluginHostAdapter.h>
112 VampPluginHandle m_handle; 114 VampPluginHandle m_handle;
113 }; 115 };
114 116
115 } 117 }
116 118
119 _VAMP_SDK_HOSTSPACE_END(PluginHostAdapter.h)
120
117 #endif 121 #endif
118 122
119 123