diff -r 594d59766373 -r 7d48bed6ce0c convergedcallengine/spsettings/src/spentry.cpp --- 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(); + }