qtmobility/src/location/qmlbackendao_s60_p.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
   127     // the active scheduler to panic.
   127     // the active scheduler to panic.
   128     int RunError(int aError);
   128     int RunError(int aError);
   129 
   129 
   130 private:
   130 private:
   131 
   131 
       
   132     HPositionGenericInfo *mPosInfo;
       
   133 
   132     // Request is a device or a regular
   134     // Request is a device or a regular
   133     CQGeoPositionInfoSourceS60 *mRequester;
   135     CQGeoPositionInfoSourceS60 *mRequester;
   134 
   136 
   135     //Request is a device for Satellite update only
   137     //Request is a device for Satellite update only
   136     CQGeoSatelliteInfoSourceS60 *mRequesterSatellite;
   138     CQGeoSatelliteInfoSourceS60 *mRequesterSatellite;
   139     RequestType  mRequestType;
   141     RequestType  mRequestType;
   140 
   142 
   141     // Positioning Information
   143     // Positioning Information
   142     RPositioner mPositioner;
   144     RPositioner mPositioner;
   143 
   145 
   144     HPositionGenericInfo *mPosInfo;
       
   145 
   146 
   146     TPositionSatelliteInfo mPosSatInfo;
   147     TPositionSatelliteInfo mPosSatInfo;
   147 };
   148 };
   148 
   149 
   149 QTM_END_NAMESPACE
   150 QTM_END_NAMESPACE