filemanager/Engine/src/CFileManagerRestoreSettingsFull.cpp
branchRCL_3
changeset 11 649c558486f0
parent 0 6a9f87576119
child 13 5181328fad28
equal deleted inserted replaced
10:875fd7f60fdf 11:649c558486f0
   119     FUNC_LOG
   119     FUNC_LOG
   120     
   120     
   121     iList.ResetAndDestroy();
   121     iList.ResetAndDestroy();
   122 
   122 
   123     RArray< TInfo > infoArray;
   123     RArray< TInfo > infoArray;
       
   124     CleanupClosePushL( infoArray );
   124     iEngine.GetRestoreInfoArrayL( infoArray );
   125     iEngine.GetRestoreInfoArrayL( infoArray );
   125     CleanupClosePushL( infoArray );
   126  
   126 
       
   127     TInt count( infoArray.Count() );
   127     TInt count( infoArray.Count() );
   128     TUint32 mask( EFileManagerBackupContentFirst);
   128     TUint32 mask( EFileManagerBackupContentFirst);
   129     while ( mask <= EFileManagerBackupContentLast )
   129     while ( mask <= EFileManagerBackupContentLast )
   130         {
   130         {
   131         for ( TInt i( 0 ); i < count; ++i )
   131         for ( TInt i( 0 ); i < count; ++i )