phoneapp/phoneuiutils/src/tphonecmdparamquery.cpp
branchRCL_3
changeset 61 41a7f70b3818
parent 0 5f000ab63145
child 62 5266b1f337bd
--- 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