devsoundextensions/globalaudiosettings/src/GlobalAudioSettings.cpp
branchRCL_3
changeset 50 948c7f65f6d4
parent 49 735348f59235
equal deleted inserted replaced
49:735348f59235 50:948c7f65f6d4
   114 EXPORT_C TBool CGlobalAudioSettings::IsPublicSilenceEnabled()
   114 EXPORT_C TBool CGlobalAudioSettings::IsPublicSilenceEnabled()
   115 	{
   115 	{
   116 	return (iBody->IsPublicSilenceEnabled());
   116 	return (iBody->IsPublicSilenceEnabled());
   117 	}
   117 	}
   118 
   118 
   119 EXPORT_C TDesC& CGlobalAudioSettings::MessageAlertTone()
       
   120     {
       
   121     return (iBody->MessageAlertTone());
       
   122     }
       
   123 
       
   124 EXPORT_C TBool CGlobalAudioSettings::IsMessageAlertToneEnabled()
       
   125     {
       
   126     return (iBody->IsMessageAlertToneEnabled());
       
   127     }
       
   128 EXPORT_C TDesC& CGlobalAudioSettings::EmailAlertTone()
       
   129     {
       
   130     return (iBody->EmailAlertTone());
       
   131     }
       
   132 EXPORT_C TBool CGlobalAudioSettings::IsEmailAlertToneEnabled()
       
   133     {
       
   134     return (iBody->IsEmailAlertToneEnabled());
       
   135     }
       
   136 EXPORT_C CGlobalAudioSettings::TGASRingingType CGlobalAudioSettings::RingingType()
       
   137     {
       
   138      return (iBody->RingingType());
       
   139     }
       
   140 EXPORT_C TDesC& CGlobalAudioSettings::VideoCallAlertTone()
       
   141     {
       
   142     return (iBody->VideoCallAlertTone());
       
   143     }
       
   144 EXPORT_C TBool CGlobalAudioSettings::IsVideoCallAlertToneEnabled()
       
   145     {
       
   146     return (iBody->IsVideoCallAlertToneEnabled());
       
   147     }
       
   148 EXPORT_C TDesC& CGlobalAudioSettings::RingingAlertTone1()
       
   149     {
       
   150     return (iBody->RingingAlertTone1());
       
   151     }
       
   152 EXPORT_C TBool CGlobalAudioSettings::IsRingingAlertTone1Enabled()
       
   153     {
       
   154     return (iBody->IsRingingAlertTone1Enabled());
       
   155     }
       
   156 EXPORT_C TDesC& CGlobalAudioSettings::RingingAlertTone2()
       
   157     {
       
   158     return (iBody->RingingAlertTone2());
       
   159     }
       
   160 EXPORT_C TBool CGlobalAudioSettings::IsRingingAlertTone2Enabled()
       
   161     {
       
   162     return (iBody->IsRingingAlertTone2Enabled());
       
   163     }
       
   164 EXPORT_C CGlobalAudioSettings::TGASKeypadVolume CGlobalAudioSettings::KeyPadToneVolume()
       
   165     {
       
   166     return (iBody->KeyPadToneVolume());
       
   167     }
       
   168 
       
   169 EXPORT_C TBool CGlobalAudioSettings::IsSilenceModeEnabled()
       
   170     {
       
   171     return (iBody->IsSilenceModeEnabled());
       
   172     }
       
   173 // -----------------------------------------------------------------------------
   119 // -----------------------------------------------------------------------------
   174 // CGlobalAudioSettings::RegisterAudioClientsListObserver
   120 // CGlobalAudioSettings::RegisterAudioClientsListObserver
   175 // 
   121 // 
   176 // -----------------------------------------------------------------------------
   122 // -----------------------------------------------------------------------------
   177 //
   123 //