stif/Logger/src/FileOutput.cpp
branchRCL_3
changeset 7 8a14024f954a
parent 6 ecff51f1e7fb
child 18 3406c99bc375
equal deleted inserted replaced
6:ecff51f1e7fb 7:8a14024f954a
   474         TPtrC txtPrt( fileType );
   474         TPtrC txtPrt( fileType );
   475         iFileAndDirName.Insert( iFileAndDirName.Length(), aTestFile );
   475         iFileAndDirName.Insert( iFileAndDirName.Length(), aTestFile );
   476         iFileAndDirName.Insert( iFileAndDirName.Length(), txtPrt );
   476         iFileAndDirName.Insert( iFileAndDirName.Length(), txtPrt );
   477         }
   477         }
   478 
   478 
   479     TBool isOpen( EFalse );
   479 //  TBool isOpen( EFalse );
   480     TInt ret( KErrNone );
   480     TInt ret( KErrNone );
   481 
   481 
   482   
   482   
   483     iIsFileOpen=iFile.Open( iFileSession, iFileAndDirName,
   483     iIsFileOpen=iFile.Open( iFileSession, iFileAndDirName,
   484             EFileWrite | EFileStreamText |
   484             EFileWrite | EFileStreamText |