javaextensions/location/position/src/cpositioner.cpp
branchRCL_3
changeset 83 26b2b12093af
parent 60 6c158198356e
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
   154     case KErrArgument: // Fallthrough
   154     case KErrArgument: // Fallthrough
   155         // KErrAccessDenied if no requestor specified
   155         // KErrAccessDenied if no requestor specified
   156     case KErrAccessDenied: // Fallthrough
   156     case KErrAccessDenied: // Fallthrough
   157     case KErrUnknown: // Used in MLFW
   157     case KErrUnknown: // Used in MLFW
   158         // Position request was canceled
   158         // Position request was canceled
   159     case KErrCancel: // Fallthrough 
   159     case KErrCancel: // Fallthrough
   160         // Partial update feature is not supported. So Java tries to obtain
   160         // Bad implementation but due to partial fixes this cannot be fixed
   161         // location fixes until time specified in Java-side expires
   161         // at the moment. Correct when partial fixes are supported. Java tries
       
   162         // to obtain location fixes until time specified in Java-side expires
   162         // Delay response so that repeated calls to getLocation do not steal
   163         // Delay response so that repeated calls to getLocation do not steal
   163         // all CPU time
   164         // all CPU time
   164     default:
   165     default:
   165     {
   166     {
   166         iTimer.After(iStatus, KLocCallDelay);
   167         iTimer.After(iStatus, KLocCallDelay);