convergedcallengine/spsettings/src/spentry.cpp
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
--- a/convergedcallengine/spsettings/src/spentry.cpp	Thu Aug 19 10:28:14 2010 +0300
+++ b/convergedcallengine/spsettings/src/spentry.cpp	Tue Aug 31 15:45:17 2010 +0300
@@ -233,7 +233,7 @@
 // ---------------------------------------------------------------------------
 //
 EXPORT_C TInt CSPEntry::GetProperty( const CSPProperty*& aProperty, 
-    								TServicePropertyName aPropertyName ) const
+                                    TServicePropertyName aPropertyName ) const
     {
     TInt index = SearchProperty( aPropertyName );
 
@@ -254,7 +254,7 @@
 // ---------------------------------------------------------------------------
 //
 EXPORT_C TInt CSPEntry::GetProperty( const CSPProperty*& aProperty, 
-    								TInt aIndex ) const
+                                    TInt aIndex ) const
     {
     if ( iPropertyArray.Count() > aIndex && 0 <= aIndex )
         {
@@ -347,9 +347,9 @@
 // ---------------------------------------------------------------------------
 //
 EXPORT_C void CSPEntry::Reset()
-	{
-	iServiceId = KSPNoId;
-	iServiceName.Close();
-	iPropertyArray.ResetAndDestroy();
-	}
+    {
+    iServiceId = KSPNoId;
+    iServiceName.Close();
+    iPropertyArray.ResetAndDestroy();
+    }