inc/musavasettings.h
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
--- a/inc/musavasettings.h	Tue Aug 31 15:12:07 2010 +0300
+++ b/inc/musavasettings.h	Wed Sep 01 12:31:01 2010 +0100
@@ -24,7 +24,6 @@
 #include <badesca.h>
 #include <e32base.h>
 #include <e32std.h>
-#include <mussettingskeys.h>
 
 class MMusAvaSettingsObserver;
 
@@ -50,18 +49,10 @@
         };
 public:
     
-    /**
-    * Returns the fast mode value
-    *
-    * @return The fast mode value.
-    */         
-    virtual MusSettingsKeys::TFastMode FastMode() const;
-    
-    
-    /**
-    * Returns the manual activation
-    *
-    */   		
+     /**
+     * Returns the manual activation
+     *
+     */   		
     virtual TManualActivation ManualActivation();
     	
     /**
@@ -126,17 +117,20 @@
      */   		
     virtual void SetObserver( MMusAvaSettingsObserver& aObserver );
     
-    /*
-    * Gets the settings observer pointer 
-    * 
-    */
-    MMusAvaSettingsObserver* Observer();
-    
      /**
      * Sets the for the manual activation
      *
      */   		
     virtual void SetManualActivation( TManualActivation aManualActivation );
+    
+    /**
+    * Returns the direction of the mobile call.
+    *
+    * @return 0, if the direction of the call is unknown.
+    *         1, call is from public number.
+    *         2, call is from private number   
+    */    		
+    virtual TInt CallPrivacy();
 
 	};