diff -r 7cee158cb8cd -r 26b2b12093af javaextensions/location/position/src/cpositioner.cpp --- a/javaextensions/location/position/src/cpositioner.cpp Wed Sep 15 12:05:25 2010 +0300 +++ b/javaextensions/location/position/src/cpositioner.cpp Wed Oct 13 14:23:59 2010 +0300 @@ -156,9 +156,10 @@ case KErrAccessDenied: // Fallthrough case KErrUnknown: // Used in MLFW // Position request was canceled - case KErrCancel: // Fallthrough - // Partial update feature is not supported. So Java tries to obtain - // location fixes until time specified in Java-side expires + case KErrCancel: // Fallthrough + // Bad implementation but due to partial fixes this cannot be fixed + // at the moment. Correct when partial fixes are supported. Java tries + // to obtain location fixes until time specified in Java-side expires // Delay response so that repeated calls to getLocation do not steal // all CPU time default: