persistentstorage/dbms/tdbms/t_dbthrd.cpp
changeset 55 44f437012c90
parent 40 b8bdbc8f59c7
equal deleted inserted replaced
51:7d4490026038 55:44f437012c90
   101 	delete iStore;
   101 	delete iStore;
   102 	iLog.Close();
   102 	iLog.Close();
   103 	TInt err = iFs.Delete(KLogFile);
   103 	TInt err = iFs.Delete(KLogFile);
   104 	if(err != KErrNone)
   104 	if(err != KErrNone)
   105 		{
   105 		{
   106 		RDebug::Print(_L("Error %d deleting \"%S\" file.\n"), err, &KLogFile);
   106 		TheTest.Printf(_L("Error %d deleting \"%S\" file.\n"), err, &KLogFile);
   107 		}
   107 		}
   108 	iFs.Close();
   108 	iFs.Close();
   109 	}
   109 	}
   110 
   110 
   111 void CThread::ConstructL()
   111 void CThread::ConstructL()