aboutsummaryrefslogtreecommitdiff
path: root/lib/components/file_eraser.cpp
AgeCommit message (Collapse)Author
2009-04-09file_eraser.cpp: replace .$$$ with .del... its better for CIFSghost
2008-10-29also use refcounting for eTimersAndreas Monzner
its now no more possible directly to call new eTimer .. or to embedded eTimer. to create a eTimer now eTimer::create must be used... to delete you must call ->AddRef() after timer creation and ->Release when the timer is no more needed. Or use ePtr<eTimer> to store the timer reference.. then its enough to set the ePtr<eTimer> object to 0 when the timer is no more needed
2006-12-31fix for blocking file eraser on e2 shutdownAndreas Monzner
2006-06-17I/O priority support with cfq scheduler (needs new kernel patch)Andreas Monzner
2006-04-03follow eThread changes: mainly thread_running -> sync, hasStarted()Felix Domke
2006-03-30add background file eraser class for asynchronous file deletionAndreas Monzner