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 private: // Data |
213 private: // Data |
214 RNotifier iNotifier; |
214 RNotifier iNotifier; |
215 RArray<TRequest> iRequestQueue; |
215 RArray<TRequest> iRequestQueue; |
216 TInt iRequestId; |
216 TInt iRequestId; |
217 TBool iNotifierStarted; |
217 TBool iNotifierStarted; |