uiservicetab/vimpstengine/src/cvimpstenginesearchmgrextention.cpp
branchRCL_3
changeset 19 76f25fb7a6a1
parent 14 9fdee5e1da30
equal deleted inserted replaced
18:36d367c62acb 19:76f25fb7a6a1
   503     for(TInt i=0; i< iSearchObservers.Count(); i++  )
   503     for(TInt i=0; i< iSearchObservers.Count(); i++  )
   504 	    {
   504 	    {
   505 	    iSearchObservers[i]->HandleSearchKeysEventL(enumKeyArray, labelKeyArray );	
   505 	    iSearchObservers[i]->HandleSearchKeysEventL(enumKeyArray, labelKeyArray );	
   506 	    }
   506 	    }
   507 	
   507 	
       
   508     	labelKeyArray.ResetAndDestroy();
   508 	CleanupStack::PopAndDestroy(2); //enumKeyArray, labelKeyArray
   509 	CleanupStack::PopAndDestroy(2); //enumKeyArray, labelKeyArray
   509     
   510     
   510     }
   511     }
   511         
   512         
   512 // ------------------------------------------------------------------------
   513 // ------------------------------------------------------------------------