--- a/convergedcallengine/spsettings/src/spentry.cpp Tue Aug 31 15:45:17 2010 +0300
+++ b/convergedcallengine/spsettings/src/spentry.cpp Wed Sep 01 12:15:03 2010 +0100
@@ -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();
+ }