> Not being a c++ expert, there is one thing which confused me: is the
> method run in COsmTilesHashCacheCleanup unused?  I changed the
> prototype, but noone complained...


Ah, that won't work. See, the run() method is the thread that is
triggered by start(). Thus if you change API the default implementation
of run() is started instead of your run(QString &forFolder). But as
everything is within one class, and there is no concurrent read/write
access to the folder string, it should be ok to share it as member
variable, without further serialization.

Oliver


> 
> Any comments?
> 
> Best, Albrecht.
> 
> 
> 
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> 
> 
> 
> _______________________________________________
> QLandkarte-users mailing list
> QLandkarte-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qlandkarte-users


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
QLandkarte-users mailing list
QLandkarte-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qlandkarte-users

Reply via email to