comparison src/vamp-sdk/PluginAdapter.cpp @ 419:55de53d7c777

Merge
author Chris Cannam
date Tue, 01 Mar 2016 12:21:23 +0000
parents 5628c5ec4000
children abdf03252c8a
comparison
equal deleted inserted replaced
418:a13635e9c440 419:55de53d7c777
37 #include <vamp-sdk/PluginAdapter.h> 37 #include <vamp-sdk/PluginAdapter.h>
38 38
39 #include <cstring> 39 #include <cstring>
40 #include <cstdlib> 40 #include <cstdlib>
41 41
42 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 5 ) 42 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 6 )
43 #error Unexpected version of Vamp SDK header included 43 #error Unexpected version of Vamp SDK header included
44 #endif 44 #endif
45 45
46 46
47 //#define DEBUG_PLUGIN_ADAPTER 1 47 //#define DEBUG_PLUGIN_ADAPTER 1
586 if (!adapter) return 0; 586 if (!adapter) return 0;
587 return adapter->getRemainingFeatures((Plugin *)handle); 587 return adapter->getRemainingFeatures((Plugin *)handle);
588 } 588 }
589 589
590 void 590 void
591 PluginAdapterBase::Impl::vampReleaseFeatureSet(VampFeatureList *fs) 591 PluginAdapterBase::Impl::vampReleaseFeatureSet(VampFeatureList *)
592 { 592 {
593 #ifdef DEBUG_PLUGIN_ADAPTER 593 #ifdef DEBUG_PLUGIN_ADAPTER
594 std::cerr << "PluginAdapterBase::Impl::vampReleaseFeatureSet" << std::endl; 594 std::cerr << "PluginAdapterBase::Impl::vampReleaseFeatureSet" << std::endl;
595 #endif 595 #endif
596 } 596 }