Mercurial > hg > vamp-plugin-sdk
comparison src/vamp-hostsdk/PluginHostAdapter.cpp @ 326:ef1dc9963638
Update versions throughout
author | Chris Cannam |
---|---|
date | Thu, 24 Nov 2011 13:18:04 +0000 |
parents | 34754c776530 |
children | d5c5a52e6c9f |
comparison
equal
deleted
inserted
replaced
325:a3097781e894 | 326:ef1dc9963638 |
---|---|
35 */ | 35 */ |
36 | 36 |
37 #include <vamp-hostsdk/PluginHostAdapter.h> | 37 #include <vamp-hostsdk/PluginHostAdapter.h> |
38 #include <cstdlib> | 38 #include <cstdlib> |
39 | 39 |
40 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 2 ) | 40 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 3 ) |
41 #error Unexpected version of Vamp SDK header included | 41 #error Unexpected version of Vamp SDK header included |
42 #endif | 42 #endif |
43 | 43 |
44 _VAMP_SDK_HOSTSPACE_BEGIN(PluginHostAdapter.cpp) | 44 _VAMP_SDK_HOSTSPACE_BEGIN(PluginHostAdapter.cpp) |
45 | 45 |