comparison plugin/FeatureExtractionPluginFactory.h @ 298:57d7889f626c

* Unload feature extraction plugin .so when destroyed
author Chris Cannam
date Fri, 28 Sep 2007 14:32:45 +0000
parents 5ae5885d6ce3
children 4c000e196bf1
comparison
equal deleted inserted replaced
297:c022976d18e8 298:57d7889f626c
49 49
50 protected: 50 protected:
51 std::vector<QString> m_pluginPath; 51 std::vector<QString> m_pluginPath;
52 std::map<QString, QString> m_taxonomy; 52 std::map<QString, QString> m_taxonomy;
53 53
54 friend class PluginDeletionNotifyAdapter;
55 void pluginDeleted(Vamp::Plugin *);
56 std::map<Vamp::Plugin *, void *> m_handleMap;
57
54 void generateTaxonomy(); 58 void generateTaxonomy();
55 }; 59 };
56 60
57 #endif 61 #endif