phonecmdhandler/phonecmdhnlr/inc/PhoneHandlerCallState.h
changeset 12 ae8abd0db65c
parent 0 ff3b6d0fd310
--- a/phonecmdhandler/phonecmdhnlr/inc/PhoneHandlerCallState.h	Tue Feb 02 01:11:09 2010 +0200
+++ b/phonecmdhandler/phonecmdhnlr/inc/PhoneHandlerCallState.h	Fri Mar 19 09:40:14 2010 +0200
@@ -44,73 +44,73 @@
 *  @since S60 3.1
 */
 NONSHARABLE_CLASS( CPhoneHandlerCallState ) : public CActive
-	{
-	public:	// Constructors and destructor
-	
-		/**
+    {
+    public: // Constructors and destructor
+    
+        /**
         * Two-phased constructor.
         */
-		static CPhoneHandlerCallState* NewL( CPhoneHandlerControl& aControl );
-	
-		/**
+        static CPhoneHandlerCallState* NewL( CPhoneHandlerControl& aControl );
+    
+        /**
         * Destructor.
         */
-		~CPhoneHandlerCallState();
-	
-	public: // New functions
-				
-	public: // Functions from base classes
-		
-	protected:  // New functions
+        ~CPhoneHandlerCallState();
+    
+    public: // New functions
+                
+    public: // Functions from base classes
+        
+    protected:  // New functions
     
     protected:  // Functions from base classes
     
-    	/**
+        /**
         * From CActive. Handles S60 start up state change event.
         */
-    	void RunL();
-	
-		/**
+        void RunL();
+    
+        /**
         * From CActive. Implements cancellation of an outstanding Subscibe() 
         * request.
         */
-		void DoCancel();
-	
-	private:
-		
-		/**
+        void DoCancel();
+    
+    private:
+        
+        /**
         * C++ default constructor.
         */
-		CPhoneHandlerCallState( CPhoneHandlerControl& aControl );
-	
-		/**
+        CPhoneHandlerCallState( CPhoneHandlerControl& aControl );
+    
+        /**
         * By default Symbian 2nd phase constructor is private.
         */
-		void ConstructL();
-		
-		/**
-      	* Starts to listen change in S60 start up state.
-     	**/
-     	void Subscribe();
-	
-	public:     // Data
+        void ConstructL();
+        
+        /**
+        * Starts to listen change in S60 start up state.
+        **/
+        void Subscribe();
+    
+    public:     // Data
     
     protected:  // Data
     
     private:    // Data
     
-    	// Publish and Subscribe handle used to listen changes in call states 
-    	RProperty iProperty;
-						
-		// reference to control
+        // Publish and Subscribe handle used to listen changes in call states 
+        RProperty iProperty;
+                        
+        // reference to control
         CPhoneHandlerControl& iControl;
-		
-	public:     // Friend classes
+        
+    public:     // Friend classes
 
     protected:  // Friend classes
 
     private:    // Friend classes
-	};
+    };
 
 #endif // CPHONEHANDLERCALLSTATE_H