WorkerThread -> RageWorkerThread

This commit is contained in:
Glenn Maynard
2005-12-21 06:10:41 +00:00
parent 2efb95aa92
commit 08376fc0f1
4 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -66,7 +66,7 @@ enum ThreadRequest
};
/* This is the class that does most of the work. */
class ThreadedFileWorker: public WorkerThread
class ThreadedFileWorker: public RageWorkerThread
{
public:
ThreadedFileWorker( CString sPath );
@@ -151,7 +151,7 @@ void RageFileDriverTimeout::SetTimeout( float fSeconds )
ThreadedFileWorker::ThreadedFileWorker( CString sPath ):
WorkerThread( sPath ),
RageWorkerThread( sPath ),
m_DeletedFilesLock( sPath + "DeletedFilesLock" )
{
/* Grab a reference to the child driver. We'll operate on it directly. */