phoneclientserver/phoneserver/Src/Standard/Standard_Aiw/CPhCltExtPhoneDialData.cpp
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
--- a/phoneclientserver/phoneserver/Src/Standard/Standard_Aiw/CPhCltExtPhoneDialData.cpp	Thu Aug 19 10:28:14 2010 +0300
+++ b/phoneclientserver/phoneserver/Src/Standard/Standard_Aiw/CPhCltExtPhoneDialData.cpp	Tue Aug 31 15:45:17 2010 +0300
@@ -18,7 +18,7 @@
 
 
 // INCLUDE FILES
-#include <cphcltextphonedialdata.h>
+#include <cphcltextphonedialdata.h> 
 #include <cphcltdialdata.h>
 
 
@@ -484,7 +484,7 @@
     packageSize+=sizeof( iRedialMaximumDuration.Int() );
     if ( iContactLink )
         {
-    	packageSize += CalculateDescriptorSize( *iContactLink );
+        packageSize += CalculateDescriptorSize( *iContactLink );
         }
     packageSize += CalculateDescriptorSize( iSubAddress );
     packageSize += sizeof( iShowNumber);
@@ -628,9 +628,9 @@
     stream.WriteInt32L( iRedial );
     stream.WriteInt32L( iRedialMaximumDuration.Int() );
     if ( iContactLink )
-    	{
-    	WriteDescriptorToStreamL( stream, *iContactLink );
-    	}
+        {
+        WriteDescriptorToStreamL( stream, *iContactLink );
+        }
     stream << iSubAddress;
     stream.WriteInt32L( iShowNumber );
     stream.WriteInt32L( iAllowMatch );