comparison src/vamp-hostsdk/RealTime.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 5ee166dccfff
children
comparison
equal deleted inserted replaced
262:4a0e998a1afd 263:4454843ff384
32 shall not be used in advertising or otherwise to promote the sale, 32 shall not be used in advertising or otherwise to promote the sale,
33 use or other dealings in this Software without prior written 33 use or other dealings in this Software without prior written
34 authorization. 34 authorization.
35 */ 35 */
36 36
37 #define _VAMP_IN_HOSTSDK 37 #include <vamp-hostsdk/RealTime.h>
38 #include "../vamp-sdk/RealTime.cpp" 38 #include "../vamp-sdk/RealTime.cpp"
39