phoneapp/phoneuivoipextension/inc/cphonevoiperrormessageshandler.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
--- a/phoneapp/phoneuivoipextension/inc/cphonevoiperrormessageshandler.h	Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneapp/phoneuivoipextension/inc/cphonevoiperrormessageshandler.h	Fri Mar 19 09:28:42 2010 +0200
@@ -12,12 +12,12 @@
 * Contributors:
 *
 * Description: 
-* 		Class that does processing for Phone Engine messages that are common
-*		for all VoIP states. Most of the GSM states are intressed of these 
-*		messages but due to the class architecture they don't have any single
-*		state class to be put into. This class exists to minimize duplicate
-*		code so that not every VoIP class need to implement these same handlings
-*		for the same messages.
+*       Class that does processing for Phone Engine messages that are common
+*       for all VoIP states. Most of the GSM states are intressed of these 
+*       messages but due to the class architecture they don't have any single
+*       state class to be put into. This class exists to minimize duplicate
+*       code so that not every VoIP class need to implement these same handlings
+*       for the same messages.
 *
 */
 
@@ -95,10 +95,10 @@
             TUint32 aServiceId );
         
     protected:
-   		
+        
         CPhoneVoIPErrorMessagesHandler( 
-        	MPhoneViewCommandHandle* aViewCommandHandle,
-        	MPhoneStateMachine* aPhoneStateMachine );
+            MPhoneViewCommandHandle* aViewCommandHandle,
+            MPhoneStateMachine* aPhoneStateMachine );
             
         void ConstructL();