phoneapp/phoneuiutils/src/tphonecmdparamspeeddial.cpp
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
--- a/phoneapp/phoneuiutils/src/tphonecmdparamspeeddial.cpp	Tue Aug 31 15:14:29 2010 +0300
+++ b/phoneapp/phoneuiutils/src/tphonecmdparamspeeddial.cpp	Wed Sep 01 12:30:10 2010 +0100
@@ -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