diff -r c84cf270c54f -r 92ab7f8d0eab phoneapp/phoneuiutils/src/tphonecmdparamspeeddial.cpp --- 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