Mercurial > hg > svcore
diff transform/TransformFactory.h @ 485:9eb7ef610d7f
* Add more informative text to Find a Transform (particularly when none
available)
author | Chris Cannam |
---|---|
date | Thu, 20 Nov 2008 12:09:55 +0000 |
parents | a82645e788fc |
children | c45e6c6722e0 |
line wrap: on
line diff
--- a/transform/TransformFactory.h Wed Nov 19 21:36:33 2008 +0000 +++ b/transform/TransformFactory.h Thu Nov 20 12:09:55 2008 +0000 @@ -54,9 +54,11 @@ TransformList getAllTransformDescriptions(); TransformDescription getTransformDescription(TransformId id); + bool haveInstalledTransforms(); TransformList getUninstalledTransformDescriptions(); TransformDescription getUninstalledTransformDescription(TransformId id); + bool haveUninstalledTransforms(bool waitForCheckToComplete = false); typedef enum { TransformUnknown,