phoneengine/phonemodel/src/cpeparservoipnumberhandler.cpp
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
--- a/phoneengine/phonemodel/src/cpeparservoipnumberhandler.cpp	Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneengine/phonemodel/src/cpeparservoipnumberhandler.cpp	Fri Mar 19 09:28:42 2010 +0200
@@ -111,7 +111,7 @@
     
     TPECallType processType = iDataStore.CallTypeCommand();
  
-    // Remove possible + or w chartes.		
+    // Remove possible + or w chartes.      
     TPEPhoneNumber postfix = FilterPostfix( aDtmfPostfix );
     if( postfix.Length() )
         {
@@ -126,8 +126,11 @@
   
     // Temporary hack for enabling client calls with service id 3
     // Proper solution to be done to CallUi and AIW dial data
+        
+
     TUint32 serviceId = iDataStore.ServiceIdCommand();
     iServiceHandling.EnableServiceL( serviceId );
+
     }
 
 // -----------------------------------------------------------------------------