locationmanager/locationtrail/src/cgpxconverterao.cpp
branchRCL_3
changeset 7 3cebc1a84278
parent 1 acef663c1218
child 8 50de4d668bb6
equal deleted inserted replaced
6:646a02f170b9 7:3cebc1a84278
   273 			if( iBoundaries )
   273 			if( iBoundaries )
   274 				{
   274 				{
   275 				distance = iBoundaries->distance;
   275 				distance = iBoundaries->distance;
   276 				}
   276 				}
   277 			
   277 			
   278 			TInt count = iObservers.Count();
   278 			for( TInt i = iObservers.Count() - 1; i >=0; i-- )
   279 			for( TInt i = 0; i < count; i++ )
       
   280 				{
   279 				{
   281 				iObservers[i]->GpxFileCreated( iGpxPath, iTagId, distance, iStartTime, iEndTime );
   280 				iObservers[i]->GpxFileCreated( iGpxPath, iTagId, distance, iStartTime, iEndTime );
   282 				}
   281 				}
   283 			
   282 			
   284 			delete iBoundaries;
   283 			delete iBoundaries;