equal
deleted
inserted
replaced
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 |