aboutsummaryrefslogtreecommitdiff
path: root/lib/components/file_eraser.h
AgeCommit message (Collapse)Author
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-03-30add background file eraser class for asynchronous file deletionAndreas Monzner