equal
deleted
inserted
replaced
163 } |
163 } |
164 EXPORT_C CGlobalAudioSettings::TGASKeypadVolume CGlobalAudioSettings::KeyPadToneVolume() |
164 EXPORT_C CGlobalAudioSettings::TGASKeypadVolume CGlobalAudioSettings::KeyPadToneVolume() |
165 { |
165 { |
166 return (iBody->KeyPadToneVolume()); |
166 return (iBody->KeyPadToneVolume()); |
167 } |
167 } |
|
168 |
|
169 EXPORT_C TBool CGlobalAudioSettings::IsSilenceModeEnabled() |
|
170 { |
|
171 return (iBody->IsSilenceModeEnabled()); |
|
172 } |
168 // ----------------------------------------------------------------------------- |
173 // ----------------------------------------------------------------------------- |
169 // CGlobalAudioSettings::RegisterAudioClientsListObserver |
174 // CGlobalAudioSettings::RegisterAudioClientsListObserver |
170 // |
175 // |
171 // ----------------------------------------------------------------------------- |
176 // ----------------------------------------------------------------------------- |
172 // |
177 // |