diff -r b73a2e62868f -r 6752808b2036 locationmanager/server/inc/clocationmanagerserver.h --- a/locationmanager/server/inc/clocationmanagerserver.h Tue Feb 02 00:24:33 2010 +0200 +++ b/locationmanager/server/inc/clocationmanagerserver.h Fri Feb 19 23:14:48 2010 +0200 @@ -387,6 +387,13 @@ static TInt PositioningStopTimeout( TAny* aAny ); /** + * Callback function to check if files were added to remapping queue with delay + * @param aAny, a pointer to CLocationRecord object + * @return Error code + */ + static TInt CheckForRemappingCallback( TAny* aAny ); + + /** * Stops location trail and deletes the positioning stop timer. */ void StopRecording(); @@ -456,6 +463,7 @@ RArray iTargetObjectIds; TItemId iTagId; TInt iLocManStopDelay; + TInt iLocManStopRemapDelay; RLocationTrail::TTrailCaptureSetting iCaptureSetting; TBool iRemoveLocation;