omads/omadsextensions/adapters/bookmark/src/changefinder.cpp
branchRCL_3
changeset 8 ad0f53516d84
parent 0 dab8a81a92de
equal deleted inserted replaced
4:e6e896426eac 8:ad0f53516d84
   163     LOGGER_ENTERFN( "CChangeFinder::ResetL" );
   163     LOGGER_ENTERFN( "CChangeFinder::ResetL" );
   164     if ( iOldSnapshot )
   164     if ( iOldSnapshot )
   165         {
   165         {
   166         LOGGER_WRITE("iOldSnapshot->Reset()");
   166         LOGGER_WRITE("iOldSnapshot->Reset()");
   167         iOldSnapshot->Reset();
   167         iOldSnapshot->Reset();
   168         }
   168         // Write 'null' data to file, 
   169 
   169         // this removes change history from the file
   170     // Write 'null' data to file, 
   170         CloseL();
   171     // this removes change history from the file
   171         }
   172     CloseL();
       
   173     
       
   174     LOGGER_LEAVEFN( "CChangeFinder::ResetL" );
   172     LOGGER_LEAVEFN( "CChangeFinder::ResetL" );
   175     }
   173     }
   176 
   174 
   177 // -----------------------------------------------------------------------------
   175 // -----------------------------------------------------------------------------
   178 // CChangeFinder::FindChangedItemsL
   176 // CChangeFinder::FindChangedItemsL