qtmobility/src/location/qgeopositioninfosource_s60_p.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
--- a/qtmobility/src/location/qgeopositioninfosource_s60_p.h	Fri Apr 16 15:51:22 2010 +0300
+++ b/qtmobility/src/location/qgeopositioninfosource_s60_p.h	Mon May 03 13:18:40 2010 +0300
@@ -216,9 +216,9 @@
 
 private:
     /**
-    * Active object for requestUpdate
+    *  current module ID
     */
-    CQMLBackendAO * mReqUpdateAO;
+    TPositionModuleId mCurrentModuleId;
 
     /**
     *prvmoduleID
@@ -231,10 +231,9 @@
     CQMLBackendAO * mDevStatusUpdateAO;
 
     /**
-     * Positioner server
-     */
-    RPositionServer mPositionServer;
-
+    * Active object for requestUpdate
+    */
+    CQMLBackendAO * mReqUpdateAO;
 
     /**
     * Active object for regular updates.
@@ -242,6 +241,11 @@
     CQMLBackendAO * mRegUpdateAO;
 
     /**
+     * Positioner server
+     */
+    RPositionServer mPositionServer;
+
+    /**
     *  list of supported position methods
     */
     CPosMethodInfo mList[MAX_SIZE];
@@ -251,11 +255,6 @@
     PositioningMethod mCurrentMethod;
 
     /**
-    *  current module ID
-    */
-    TPositionModuleId mCurrentModuleId;
-
-    /**
      * maintaiss the size of thr CPosMethodInfo array
      */
     int mListSize;