equal
deleted
inserted
replaced
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 |