diff -r 6752808b2036 -r 646a02f170b9 locationmanager/locationtrail/inc/locationtraildefs.h --- a/locationmanager/locationtrail/inc/locationtraildefs.h Fri Feb 19 23:14:48 2010 +0200 +++ b/locationmanager/locationtrail/inc/locationtraildefs.h Fri Mar 12 15:44:28 2010 +0200 @@ -28,7 +28,7 @@ const TInt KMaxTrailLength = 480000000; // 8 min. -const TInt KIntervalSeconds = KUpdateInterval / 1000000; // 10 seconds +const TInt KMaximumIntervalSeconds = KUpdateTimeOut / 1000000; // 20 seconds const TInt KCurrentLocTimeoutCount = 48; // 48 * 10 sec -> 8 min timeout. @@ -46,6 +46,8 @@ const TInt KFirstInterval = 1000000; // 1 second +const TInt KFirstTimeOut = 1500000; // 1.5 second + //The name of the requestor _LIT( KRequestor, "Location Trail" );