phonebookui/Phonebook2/UIControls/src/CPbk2ContactIconsUtils.cpp
branchRCL_3
changeset 32 2828b4d142c0
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
26:0d28c1c5b6dd 32:2828b4d142c0
    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