devsoundextensions/globalaudiosettings/src/GlobalAudioSettings.cpp
changeset 43 98aa3ecc14d2
parent 0 40261b775718
child 46 ed4308a6c628
equal deleted inserted replaced
42:11bd6e33415a 43:98aa3ecc14d2
   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     }
   119 // -----------------------------------------------------------------------------
   168 // -----------------------------------------------------------------------------
   120 // CGlobalAudioSettings::RegisterAudioClientsListObserver
   169 // CGlobalAudioSettings::RegisterAudioClientsListObserver
   121 // 
   170 // 
   122 // -----------------------------------------------------------------------------
   171 // -----------------------------------------------------------------------------
   123 //
   172 //