equal
deleted
inserted
replaced
198 { |
198 { |
199 } |
199 } |
200 |
200 |
201 |
201 |
202 TProfileRingingVolume CProfileEngine::TempRingingVolumeL() const |
202 TProfileRingingVolume CProfileEngine::TempRingingVolumeL() const |
203 { |
203 { |
204 TProfileRingingVolume vol = EProfileRingingVolumeLevel1; |
|
205 return vol; |
|
206 } |
204 } |
207 |
205 |
208 |
206 |
209 void CProfileEngine::SetTempMediaVolumeL( TProfileRingingVolume /*aVolume*/ ) |
207 void CProfileEngine::SetTempMediaVolumeL( TProfileRingingVolume /*aVolume*/ ) |
210 { |
208 { |
211 } |
209 } |
212 |
210 |
213 |
211 |
214 TProfileRingingVolume CProfileEngine::TempMediaVolumeL() const |
212 TProfileRingingVolume CProfileEngine::TempMediaVolumeL() const |
215 { |
213 { |
216 TProfileRingingVolume vol = EProfileRingingVolumeLevel1; |
|
217 return vol; |
|
218 } |
214 } |
219 |
215 |
220 |
216 |
221 TBool CProfileEngine::IsFeatureSupported( TProfileFeatureId /*aFeatureId*/ ) const |
217 TBool CProfileEngine::IsFeatureSupported( TProfileFeatureId /*aFeatureId*/ ) const |
222 { |
218 { |