phoneapp/phoneuiutils/src/tphonecmdparamspeeddial.cpp
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
--- a/phoneapp/phoneuiutils/src/tphonecmdparamspeeddial.cpp	Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneapp/phoneuiutils/src/tphonecmdparamspeeddial.cpp	Fri Mar 19 09:28:42 2010 +0200
@@ -45,11 +45,11 @@
 // ---------------------------------------------------------
 //
 EXPORT_C void TPhoneCmdParamSpeedDial::SetPhoneNumber( TPtr* aPhoneNumber )
-   	{
-   	__ASSERT_DEBUG( aPhoneNumber, 
-   		Panic( EPhoneUtilsParameterNotInitialized ) );
-   	iPhoneNumber = aPhoneNumber;   
-   	}
+    {
+    __ASSERT_DEBUG( aPhoneNumber, 
+        Panic( EPhoneUtilsParameterNotInitialized ) );
+    iPhoneNumber = aPhoneNumber;   
+    }
 
 // ---------------------------------------------------------
 // TPhoneCmdParamSpeedDial::PhoneNumber
@@ -58,11 +58,11 @@
 // ---------------------------------------------------------
 //
 EXPORT_C TPtr* TPhoneCmdParamSpeedDial::PhoneNumber()
-   	{
-   	__ASSERT_DEBUG( iPhoneNumber, 
-   		Panic( EPhoneUtilsInvariant ) );
-   	return iPhoneNumber;
-   	}
+    {
+    __ASSERT_DEBUG( iPhoneNumber, 
+        Panic( EPhoneUtilsInvariant ) );
+    return iPhoneNumber;
+    }
 
 // ---------------------------------------------------------
 // TPhoneCmdParamSpeedDial::SetNumberType
@@ -93,11 +93,11 @@
 // ---------------------------------------------------------
 //
 EXPORT_C void TPhoneCmdParamSpeedDial::SetLocation( TInt aLocation )
-   	{
-   	__ASSERT_DEBUG( aLocation >= 0, 
-   		Panic( EPhoneUtilsParameterNotInitialized ) );
-   	iLocation = aLocation;   
-   	}
+    {
+    __ASSERT_DEBUG( aLocation >= 0, 
+        Panic( EPhoneUtilsParameterNotInitialized ) );
+    iLocation = aLocation;   
+    }
 
 // ---------------------------------------------------------
 // TPhoneCmdParamSpeedDial::Location
@@ -106,11 +106,11 @@
 // ---------------------------------------------------------
 //
 EXPORT_C TInt TPhoneCmdParamSpeedDial::Location()
-   	{
-   	__ASSERT_DEBUG( iLocation >= 0, 
-   		Panic( EPhoneUtilsInvariant ) );
-   	return iLocation;
-   	}
+    {
+    __ASSERT_DEBUG( iLocation >= 0, 
+        Panic( EPhoneUtilsInvariant ) );
+    return iLocation;
+    }
 
 // ---------------------------------------------------------
 // TPhoneCmdParamSpeedDial::SetServiceId