phoneapp/phoneuiutils/src/cphonecenrepproxy.cpp
changeset 64 6aaf0276100e
parent 45 6b911d05207e
child 74 d1c62c765e48
equal deleted inserted replaced
56:5bcb308bd24d 64:6aaf0276100e
   415 void CPhoneCenRepProxy::CancelAllNotifies()
   415 void CPhoneCenRepProxy::CancelAllNotifies()
   416     {
   416     {
   417     const TInt count = iObserverArray->Count();
   417     const TInt count = iObserverArray->Count();
   418     for ( TInt i = count-1; i >=0; i-- )
   418     for ( TInt i = count-1; i >=0; i-- )
   419         {
   419         {
   420         const TCenRepObserverTag& observerTag = iObserverArray->At( i );
   420         iObserverArray->At( i );
   421         iObserverArray->Delete( i );
   421         iObserverArray->Delete( i );
   422         }
   422         }
   423     }
   423     }
   424 
   424 
   425 // ---------------------------------------------------------
   425 // ---------------------------------------------------------