Mercurial > hg > svcore
comparison transform/TransformFactory.cpp @ 481:a82645e788fc
* Auto-select RDF datastore/parsing backend; use trees datastore if
available
* Make CachedFile remember whether a file has already been successfully
located locally (avoiding system call out to look at filesystem)
| author | Chris Cannam | 
|---|---|
| date | Fri, 14 Nov 2008 10:10:05 +0000 | 
| parents | f933062a7f80 | 
| children | f54381e01141 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 480:3ffce691c9bf | 481:a82645e788fc | 
|---|---|
| 68 | 68 | 
| 69 if (m_thread) return; | 69 if (m_thread) return; | 
| 70 | 70 | 
| 71 m_thread = new UninstalledTransformsPopulateThread(this); | 71 m_thread = new UninstalledTransformsPopulateThread(this); | 
| 72 m_thread->start(); | 72 m_thread->start(); | 
| 73 } | |
| 74 | |
| 75 void | |
| 76 TransformFactory::UninstalledTransformsPopulateThread::run() | |
| 77 { | |
| 78 m_factory->m_populatingSlowly = true; | |
| 79 sleep(1); | |
| 80 m_factory->populateUninstalledTransforms(); | |
| 73 } | 81 } | 
| 74 | 82 | 
| 75 TransformList | 83 TransformList | 
| 76 TransformFactory::getAllTransformDescriptions() | 84 TransformFactory::getAllTransformDescriptions() | 
| 77 { | 85 { | 
