stif/Logger/src/FileOutput.cpp
branchRCL_3
changeset 9 8a14024f954a
parent 8 ecff51f1e7fb
child 39 3406c99bc375
equal deleted inserted replaced
8:ecff51f1e7fb 9: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 |