phoneapp/phoneuiutils/src/tphonecmdparamquery.cpp
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 22 6bb1b21d2484
--- a/phoneapp/phoneuiutils/src/tphonecmdparamquery.cpp	Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneapp/phoneuiutils/src/tphonecmdparamquery.cpp	Fri Mar 19 09:28:42 2010 +0200
@@ -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,12 @@
 // ---------------------------------------------------------
 //
 EXPORT_C TDes* TPhoneCmdParamQuery::DataText() const
-   	{
-   	__ASSERT_DEBUG( iDataText, Panic( EPhoneUtilsInvariant ) );
-   	return iDataText;
-   	}
+    {
+    // <-- QT PHONE START -->
+    //__ASSERT_DEBUG( iDataText, Panic( EPhoneUtilsInvariant ) );
+    // <-- QT PHONE END -->
+    return iDataText;
+    }
    
 // ---------------------------------------------------------
 // TPhoneCmdParamQuery::SetQueryType