branch | RCL_3 |
changeset 15 | 3cebc1a84278 |
parent 1 | acef663c1218 |
child 17 | 50de4d668bb6 |
--- a/locationmanager/locationtrail/src/cgpxconverterao.cpp Fri Mar 12 15:44:28 2010 +0200 +++ b/locationmanager/locationtrail/src/cgpxconverterao.cpp Mon Mar 15 12:42:24 2010 +0200 @@ -275,8 +275,7 @@ distance = iBoundaries->distance; } - TInt count = iObservers.Count(); - for( TInt i = 0; i < count; i++ ) + for( TInt i = iObservers.Count() - 1; i >=0; i-- ) { iObservers[i]->GpxFileCreated( iGpxPath, iTagId, distance, iStartTime, iEndTime ); }