comparison checker/knownplugins.h @ 21:fcaaabca1734

Logging; use only first ("native") helper for non-Vamp plugins
author Chris Cannam
date Tue, 01 Nov 2016 16:02:15 +0000
parents c1081e8d26a7
children 7a20698b4c29
comparison
equal deleted inserted replaced
20:c1081e8d26a7 21:fcaaabca1734
60 60
61 stringlist getCandidateLibrariesFor(PluginType type) const { 61 stringlist getCandidateLibrariesFor(PluginType type) const {
62 return m_candidates.getCandidateLibrariesFor(getTagFor(type)); 62 return m_candidates.getCandidateLibrariesFor(getTagFor(type));
63 } 63 }
64 64
65 std::string getHelperExecutableName() const {
66 return m_helperExecutableName;
67 }
68
65 std::string getFailureReport() const; 69 std::string getFailureReport() const;
66 70
67 private: 71 private:
68 struct TypeRec { 72 struct TypeRec {
69 std::string tag; 73 std::string tag;