commonuis/CommonUi/src/DocumentHandler.cpp
branchRCL_3
changeset 21 978afdc0236f
parent 20 d48ab3b357f1
equal deleted inserted replaced
20:d48ab3b357f1 21:978afdc0236f
   462     if ( error == KErrNone )
   462     if ( error == KErrNone )
   463         {
   463         {
   464         error = iHandler->CopyHandleL( aFileOld, aAttr );
   464         error = iHandler->CopyHandleL( aFileOld, aAttr );
   465         }
   465         }
   466 
   466 
       
   467     iHandler->ResetSrcFile();
       
   468     
   467     #ifdef _DEBUG
   469     #ifdef _DEBUG
   468     RDebug::Print( _L("DocumentHandler: CDocumentHandler::CopyL: finished with error=%d."), error);
   470     RDebug::Print( _L("DocumentHandler: CDocumentHandler::CopyL: finished with error=%d."), error);
   469     #endif
   471     #endif
   470 
   472 
   471     LEAVEONERROR( error );
   473     LEAVEONERROR( error );