diff -r 40a3f856b14d -r 41a7f70b3818 phoneapp/phoneuiutils/src/tphonecmdparamquery.cpp --- a/phoneapp/phoneuiutils/src/tphonecmdparamquery.cpp Thu Aug 19 09:54:27 2010 +0300 +++ b/phoneapp/phoneuiutils/src/tphonecmdparamquery.cpp Tue Aug 31 15:14:29 2010 +0300 @@ -114,11 +114,11 @@ // --------------------------------------------------------- // EXPORT_C void TPhoneCmdParamQuery::SetQueryResourceId( TInt aDialogResourceId ) - { - __ASSERT_DEBUG( aDialogResourceId, - Panic( EPhoneUtilsParameterNotInitialized ) ); - iDialogResourceId = aDialogResourceId; - } + { + __ASSERT_DEBUG( aDialogResourceId, + Panic( EPhoneUtilsParameterNotInitialized ) ); + iDialogResourceId = aDialogResourceId; + } // --------------------------------------------------------- // TPhoneCmdParamQuery::QueryResourceId @@ -127,9 +127,9 @@ // --------------------------------------------------------- // EXPORT_C TInt TPhoneCmdParamQuery::QueryResourceId() const - { - return iDialogResourceId; - } + { + return iDialogResourceId; + } // --------------------------------------------------------- // TPhoneCmdParamQuery::SetQueryPrompt @@ -204,10 +204,10 @@ // --------------------------------------------------------- // EXPORT_C void TPhoneCmdParamQuery::SetDataText( TDes* aDataText ) - { - __ASSERT_DEBUG( aDataText, Panic( EPhoneUtilsParameterNotInitialized ) ); - iDataText = aDataText; - } + { + __ASSERT_DEBUG( aDataText, Panic( EPhoneUtilsParameterNotInitialized ) ); + iDataText = aDataText; + } // --------------------------------------------------------- // TPhoneCmdParamQuery::DataText @@ -216,10 +216,9 @@ // --------------------------------------------------------- // EXPORT_C TDes* TPhoneCmdParamQuery::DataText() const - { - __ASSERT_DEBUG( iDataText, Panic( EPhoneUtilsInvariant ) ); - return iDataText; - } + { + return iDataText; + } // --------------------------------------------------------- // TPhoneCmdParamQuery::SetQueryType