phoneapp/phoneuivoipextension/src/tphonecmdparamselector.cpp
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
--- a/phoneapp/phoneuivoipextension/src/tphonecmdparamselector.cpp	Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneapp/phoneuivoipextension/src/tphonecmdparamselector.cpp	Fri Mar 19 09:28:42 2010 +0200
@@ -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