phoneapp/phoneuivoipextension/src/tphonecmdparamselector.cpp
branchRCL_3
changeset 24 41a7f70b3818
parent 0 5f000ab63145
child 25 5266b1f337bd
--- a/phoneapp/phoneuivoipextension/src/tphonecmdparamselector.cpp	Thu Aug 19 09:54:27 2010 +0300
+++ b/phoneapp/phoneuivoipextension/src/tphonecmdparamselector.cpp	Tue Aug 31 15:14:29 2010 +0300
@@ -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