phoneapp/phoneuivoipextension/src/tphonecmdparamselector.cpp
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
--- a/phoneapp/phoneuivoipextension/src/tphonecmdparamselector.cpp	Tue Aug 31 15:14:29 2010 +0300
+++ b/phoneapp/phoneuivoipextension/src/tphonecmdparamselector.cpp	Wed Sep 01 12:30:10 2010 +0100
@@ -45,9 +45,9 @@
 // ---------------------------------------------------------
 //
 EXPORT_C void TPhoneCmdParamSelector::SetServiceId( const TUint aServiceId )
-    {
-    iServiceId = aServiceId;
-    }
+   	{
+   	iServiceId = aServiceId;
+   	}
 
 // ---------------------------------------------------------
 // TPhoneCmdParamSelector::ServiceId
@@ -57,8 +57,8 @@
 //
 EXPORT_C TUint TPhoneCmdParamSelector::ServiceId()
     {
-    return iServiceId;
-    }
+   	return iServiceId;
+   	}
 
 // ---------------------------------------------------------
 // TPhoneCmdParamSelector::SetCallType
@@ -89,9 +89,9 @@
 // ---------------------------------------------------------
 //
 EXPORT_C void TPhoneCmdParamSelector::SetRegStatus( TBool aEnabled )
-    {
-    iEnabled = aEnabled;   
-    }
+   	{
+   	iEnabled = aEnabled;   
+   	}
 
 // ---------------------------------------------------------
 // TPhoneCmdParamSelector::RegStatus
@@ -100,8 +100,8 @@
 // ---------------------------------------------------------
 //
 EXPORT_C TBool TPhoneCmdParamSelector::RegStatus()
-    {
-    return iEnabled;
-    }
+   	{
+   	return iEnabled;
+   	}
 
 //  End of File