equal
deleted
inserted
replaced
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; |