equal
deleted
inserted
replaced
280 CVPbkAsyncObjectOperation<MFilteredViewSupportObserver>* iFilterObsOp; |
280 CVPbkAsyncObjectOperation<MFilteredViewSupportObserver>* iFilterObsOp; |
281 /// Own: ETrue if this view owns matched contacts |
281 /// Own: ETrue if this view owns matched contacts |
282 TBool iOwnsContacts; |
282 TBool iOwnsContacts; |
283 /// Own: ETrue if this view is ready |
283 /// Own: ETrue if this view is ready |
284 TBool iViewReady; |
284 TBool iViewReady; |
|
285 /// Own: Mark if this object be destroyed |
|
286 TBool* iDestroyed; |
285 }; |
287 }; |
286 } // namespace VPbkCntModel |
288 } // namespace VPbkCntModel |
287 |
289 |
288 #endif // VPBKCNTMODEL_CFINDVIEWBASE_H |
290 #endif // VPBKCNTMODEL_CFINDVIEWBASE_H |
289 |
291 |