equal
deleted
inserted
replaced
95 |
95 |
96 void StartPsyTrackingL(); |
96 void StartPsyTrackingL(); |
97 void StopPsyTracking(); |
97 void StopPsyTracking(); |
98 |
98 |
99 void LoadPositionerL(); |
99 void LoadPositionerL(); |
|
100 |
|
101 void ActivatePositioningStatusIfNeeded(); |
|
102 |
|
103 void DeActivatePositioningStatusIfNeeded(); |
100 |
104 |
101 private: // Data |
105 private: // Data |
102 |
106 |
103 enum TPosRequestStage |
107 enum TPosRequestStage |
104 { |
108 { |
139 TBool iNewTrackingInterval; |
143 TBool iNewTrackingInterval; |
140 |
144 |
141 // CPosLocMonitorReqHandlerHub& iLastPositionHandler; |
145 // CPosLocMonitorReqHandlerHub& iLastPositionHandler; |
142 CPosLocMonitorReqHandlerHub& iLocMonitorReqHandler; |
146 CPosLocMonitorReqHandlerHub& iLocMonitorReqHandler; |
143 CPosModuleSettings& iModuleSettings; |
147 CPosModuleSettings& iModuleSettings; |
|
148 |
|
149 TUid iPosStatusCategory; |
|
150 |
|
151 /** |
|
152 * Positioning state flag |
|
153 */ |
|
154 TBool iPositioningActive; |
|
155 |
|
156 |
144 }; |
157 }; |
145 |
158 |
146 #endif // CPOSITIONREQUEST_H |
159 #endif // CPOSITIONREQUEST_H |
147 |
160 |
148 // End of File |
161 // End of File |