javaextensions/location/position/src/cpositioner.cpp
branchGCC_SURGE
changeset 55 d93ef1df440d
parent 48 e0d6e9bd3ca7
child 83 26b2b12093af
child 87 1627c337e51e
--- a/javaextensions/location/position/src/cpositioner.cpp	Tue Jun 22 09:54:11 2010 +0100
+++ b/javaextensions/location/position/src/cpositioner.cpp	Thu Jul 22 16:31:34 2010 +0100
@@ -156,10 +156,9 @@
     case KErrAccessDenied: // Fallthrough
     case KErrUnknown: // Used in MLFW
         // Position request was canceled
-    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
+    case KErrCancel: // Fallthrough 
+        // Partial update feature is not supported. So 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: