inc/musavasettings.inl
branchRCL_3
changeset 23 bc78a40cd63c
parent 22 73a1feb507fb
--- a/inc/musavasettings.inl	Tue Aug 31 15:12:07 2010 +0300
+++ b/inc/musavasettings.inl	Wed Sep 01 12:31:01 2010 +0100
@@ -11,11 +11,12 @@
 *
 * Contributors:
 *
-* Description:  ECOM interface default implementation. 
+* Description:   ECOM interface default implementation. 
 *
 */
 
 
+
 #ifndef MUSAVASETTING_INL
 #define MUSAVASETTING_INL
 
@@ -25,16 +26,6 @@
 // 
 // -----------------------------------------------------------------------------
 //
-inline MusSettingsKeys::TFastMode MMusAvaSettings::FastMode() const
-    {
-    User::Leave( KErrNotSupported );
-    return MusSettingsKeys::EFastModeOff; 
-    }
- 
-// -----------------------------------------------------------------------------
-// 
-// -----------------------------------------------------------------------------
-//
 inline MMusAvaSettings::TManualActivation MMusAvaSettings::ManualActivation()
 	{
 	User::Leave( KErrNotSupported );
@@ -152,19 +143,19 @@
 // 
 // -----------------------------------------------------------------------------
 //
-inline MMusAvaSettingsObserver* MMusAvaSettings::Observer()
+inline void MMusAvaSettings::SetManualActivation( TManualActivation /*aManualActivation*/ )
     {
-    return NULL;
+    User::Leave( KErrNotSupported );
     }
 
 // -----------------------------------------------------------------------------
 // 
 // -----------------------------------------------------------------------------
 //
-inline void MMusAvaSettings::SetManualActivation( TManualActivation /*aManualActivation*/ )
-    {
+inline TInt MMusAvaSettings::CallPrivacy()
+	{
     User::Leave( KErrNotSupported );
+    return 0; // To avoid "return value expected" warning
     }
 
-
 #endif // MUSAVASETTING_INL