radioengine/engine/src/cradiordsreceiverbase.cpp
changeset 41 3a6b55c6390c
parent 28 075425b8d9a4
equal deleted inserted replaced
33:11b6825f0862 41:3a6b55c6390c
   128 //
   128 //
   129 void CRadioRdsReceiverBase::SetAutomaticSwitchingL( TBool aEnable )
   129 void CRadioRdsReceiverBase::SetAutomaticSwitchingL( TBool aEnable )
   130     {
   130     {
   131     LEVEL3( LOG_METHOD_AUTO );
   131     LEVEL3( LOG_METHOD_AUTO );
   132     iAfEnabled = aEnable;
   132     iAfEnabled = aEnable;
   133     for ( TInt i = 0 ; i < iObservers.Count(); i++ )
   133     for ( TInt i = 0; i < iObservers.Count(); ++i )
   134         {
   134         {
   135         iObservers[i]->RdsAfSearchStateChange( iAfEnabled );
   135         iObservers[i]->RdsAfSearchStateChange( iAfEnabled );
   136         }
   136         }
   137     }
   137     }
   138 
   138