equal
deleted
inserted
replaced
29 |
29 |
30 // INCLUDES |
30 // INCLUDES |
31 #include <e32base.h> |
31 #include <e32base.h> |
32 #include <lbs/epos_cposrequestor.h> |
32 #include <lbs/epos_cposrequestor.h> |
33 #include <lbs/epos_rposrequestorstack.h> |
33 #include <lbs/epos_rposrequestorstack.h> |
34 #include <lbs/EPos_TPosQNInputData.h> |
34 #include <lbs/epos_tposqninputdata.h> |
35 #include "EPos_PrivacyInternal.h" |
35 #include "EPos_PrivacyInternal.h" |
36 #include <lbs/lbsloccommon.h> |
36 #include <lbs/lbsloccommon.h> |
37 |
37 |
38 // DATA TYPES |
38 // DATA TYPES |
39 |
39 |
207 /* IN */ TRequest& aRequest |
207 /* IN */ TRequest& aRequest |
208 ); |
208 ); |
209 |
209 |
210 void DeferNotificationL(); |
210 void DeferNotificationL(); |
211 void CreateNotificationAndEnqueueL(); |
211 void CreateNotificationAndEnqueueL(); |
212 |
212 void UpdateProperty(); |
|
213 |
213 private: // Data |
214 private: // Data |
214 RNotifier iNotifier; |
215 RNotifier iNotifier; |
215 RArray<TRequest> iRequestQueue; |
216 RArray<TRequest> iRequestQueue; |
216 TInt iRequestId; |
217 TInt iRequestId; |
217 TBool iNotifierStarted; |
218 TBool iNotifierStarted; |