equal
deleted
inserted
replaced
85 |
85 |
86 |
86 |
87 void CImagePresentObserver::HandleObjectPresentNotification(CMdESession& /*aSession*/, |
87 void CImagePresentObserver::HandleObjectPresentNotification(CMdESession& /*aSession*/, |
88 TBool aPresent, const RArray<TItemId>& aObjectIdArray) |
88 TBool aPresent, const RArray<TItemId>& aObjectIdArray) |
89 { |
89 { |
|
90 WRITELOG( "CImagePresentObserver::HandleObjectPresentNotification" ); |
90 if ( aPresent ) |
91 if ( aPresent ) |
91 { |
92 { |
|
93 WRITELOG( "CImagePresentObserver::HandleObjectPresentNotification - objects present" ); |
92 if ( !iStarted ) |
94 if ( !iStarted ) |
93 { |
95 { |
94 CMdEObjectDef* imageObjDef = NULL; |
96 CMdEObjectDef* imageObjDef = NULL; |
95 TRAP_IGNORE( imageObjDef = &iDefaultNamespace->GetObjectDefL( |
97 TRAP_IGNORE( imageObjDef = &iDefaultNamespace->GetObjectDefL( |
96 MdeConstants::Image::KImageObject )); |
98 MdeConstants::Image::KImageObject )); |