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