Mercurial > hg > svcore
comparison transform/TransformFactory.cpp @ 461:2019d89ebcf9
* Some work on querying and cacheing plugin RDF from a central index
author | Chris Cannam |
---|---|
date | Fri, 17 Oct 2008 15:26:29 +0000 |
parents | 93fb1ebff76b |
children | 957e6a5c8495 |
comparison
equal
deleted
inserted
replaced
460:93fb1ebff76b | 461:2019d89ebcf9 |
---|---|
527 | 527 |
528 MutexLocker locker(&m_uninstalledTransformsMutex, | 528 MutexLocker locker(&m_uninstalledTransformsMutex, |
529 "TransformFactory::populateUninstalledTransforms"); | 529 "TransformFactory::populateUninstalledTransforms"); |
530 if (m_uninstalledTransformsPopulated) return; | 530 if (m_uninstalledTransformsPopulated) return; |
531 | 531 |
532 PluginRDFIndexer::getInstance()->indexURL | 532 // ("http://www.vamp-plugins.org/rdf/plugins/vamp-example-plugins"); |
533 ("http://www.vamp-plugins.org/rdf/plugins/vamp-example-plugins"); | 533 |
534 PluginRDFIndexer::getInstance()->indexConfiguredURLs(); | |
534 | 535 |
535 //!!! This will be amazingly slow | 536 //!!! This will be amazingly slow |
536 | 537 |
537 QStringList ids = PluginRDFIndexer::getInstance()->getIndexedPluginIds(); | 538 QStringList ids = PluginRDFIndexer::getInstance()->getIndexedPluginIds(); |
538 | 539 |