qtmobility/src/location/qgeosatelliteinfosource_s60_p.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
--- a/qtmobility/src/location/qgeosatelliteinfosource_s60_p.h	Fri Apr 16 15:51:22 2010 +0300
+++ b/qtmobility/src/location/qgeosatelliteinfosource_s60_p.h	Mon May 03 13:18:40 2010 +0300
@@ -188,9 +188,9 @@
 
 private:
     /**
-    * Active object for requestUpdate
+    *  current module ID
     */
-    CQMLBackendAO * mReqUpdateAO;
+    TPositionModuleId mCurrentModuleId;
 
     /**
     *prvmoduleID
@@ -203,16 +203,21 @@
     CQMLBackendAO * mDevStatusUpdateAO;
 
     /**
-     * Positioner server
-     */
-    RPositionServer mPositionServer;
-
+    * Active object for requestUpdate
+    */
+    CQMLBackendAO * mReqUpdateAO;
 
     /**
     * Active object for regular updates.
     */
     CQMLBackendAO * mRegUpdateAO;
 
+    /**
+     * Positioner server
+     */
+    RPositionServer mPositionServer;
+
+
     /*
      * Number of Satellites in View
      */
@@ -229,11 +234,6 @@
     CSatMethodInfo mList[MAX_SIZE];
 
     /**
-    *  current module ID
-    */
-    TPositionModuleId mCurrentModuleId;
-
-    /**
      * maintaiss the size of thr CPosMethodInfo array
      */
     int mListSize;