lbstest/lbstestproduct/lbsclient/src/ctlbsclientstepupdateoptions.cpp
changeset 60 9a7e3d5f461a
parent 0 9cfd9a3ee49c
equal deleted inserted replaced
51:95c570bf4a05 60:9a7e3d5f461a
  1127 					TPositionInfo cachedInfo, firstposInfo, secondposInfo;
  1127 					TPositionInfo cachedInfo, firstposInfo, secondposInfo;
  1128  
  1128  
  1129   					TPositionUpdateOptions& updateOpts = iParent.iSharedData->iVerifyUpdateOpts;
  1129   					TPositionUpdateOptions& updateOpts = iParent.iSharedData->iVerifyUpdateOpts;
  1130 					updateOpts.SetUpdateInterval(0);
  1130 					updateOpts.SetUpdateInterval(0);
  1131 					updateOpts.SetMaxUpdateAge(0);
  1131 					updateOpts.SetMaxUpdateAge(0);
       
  1132 					updateOpts.SetUpdateTimeOut(4000000);
  1132 					//Second call to NPU should have maxupdateage set.
  1133 					//Second call to NPU should have maxupdateage set.
  1133 					iPositioner.SetUpdateOptions(updateOpts);
  1134 					iPositioner.SetUpdateOptions(updateOpts);
  1134    					
  1135    					
  1135 					// Get fresh location and have it in cache
  1136 					// Get fresh location and have it in cache
  1136 					err = DoNotifyUpdateL(cachedInfo);
  1137 					err = DoNotifyUpdateL(cachedInfo);