equal
deleted
inserted
replaced
94 |
94 |
95 EXPORT_C void CPbk2ContactIconsUtils::GetIconIdsForContactL( |
95 EXPORT_C void CPbk2ContactIconsUtils::GetIconIdsForContactL( |
96 const MVPbkViewContact& aViewContact, |
96 const MVPbkViewContact& aViewContact, |
97 RArray<TPbk2IconId>& aIconArray ) const |
97 RArray<TPbk2IconId>& aIconArray ) const |
98 { |
98 { |
|
99 CleanupClosePushL( aIconArray ); |
99 aIconArray.Reset(); |
100 aIconArray.Reset(); |
100 |
101 |
101 // get dynamic icons from ui extension |
102 // get dynamic icons from ui extension |
102 if ( iUiExtension ) |
103 if ( iUiExtension ) |
103 { |
104 { |
132 viewIconFound = ETrue; |
133 viewIconFound = ETrue; |
133 } |
134 } |
134 } |
135 } |
135 } |
136 } |
136 } |
137 } |
|
138 CleanupStack::Pop(); |
137 } |
139 } |
138 |
140 |
139 // End of File |
141 // End of File |