phoneapp/silenceactionplugin/inc/silenceactionplugin.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
--- a/phoneapp/silenceactionplugin/inc/silenceactionplugin.h	Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneapp/silenceactionplugin/inc/silenceactionplugin.h	Fri Mar 19 09:28:42 2010 +0200
@@ -39,8 +39,8 @@
 * Triggered when the conditions from the rule file are valid.
 */
 class CSilenceActionPlugIn : 
-	public CCFActionPlugIn,
-	public MSilenceActionObserver
+    public CCFActionPlugIn,
+    public MSilenceActionObserver
     {
     public: // Constructors and destructor
 
@@ -51,7 +51,7 @@
 
     public: // From CCFActionPlugIn
 
-		// @see CCFActionPlugIn
+        // @see CCFActionPlugIn
         void InitializeL();
 
         // @see CCFActionPlugIn
@@ -69,16 +69,16 @@
         // @see MSilenceActionObserver
         void MuteActionCompleted();
         
-	protected:
+    protected:
 
         // C++ constrcutor
         CSilenceActionPlugIn();
         
     private: // New functions
-    	
-    	void DoCancel();
-    	
-    	void RunL();
+        
+        void DoCancel();
+        
+        void RunL();
                     
     private: // Data