phoneapp/phoneuicontrol/src/cphonenumberentrymanager.cpp
changeset 22 6bb1b21d2484
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
--- a/phoneapp/phoneuicontrol/src/cphonenumberentrymanager.cpp	Fri Mar 19 09:28:42 2010 +0200
+++ b/phoneapp/phoneuicontrol/src/cphonenumberentrymanager.cpp	Fri Apr 16 14:58:25 2010 +0300
@@ -17,9 +17,6 @@
 
 
 #include <StringLoader.h>
-// <-- QT PHONE START --> 
-//#include <activeidle2domainpskeys.h>
-// <-- QT PHONE END --> 
 #include <featmgr.h>
 #include <eikenv.h>
 
@@ -226,10 +223,8 @@
     {
     __LOGMETHODSTARTEND( EPhoneControl, "CPhoneNumberEntryManager::HandleCreateNumberEntryL() ");
     
-     const TBool autoLcokOn = iState->IsAutoLockOn();
-// <-- QT PHONE START --> 
+    const TBool autoLcokOn = iState->IsAutoLockOn();
     const TBool idleVal = false;
-    //const TBool idleVal = CPhonePubSubProxy::Instance()->Value( KPSUidAiInformation, KActiveIdleState );
     const TBool queryActive = iState->IsAnyQueryActiveL();
     const TBool menuBarVisible = iState->IsMenuBarVisibleL();
     
@@ -237,7 +232,6 @@
         ( idleVal /*== EPSAiForeground*/ ) ||
         ( menuBarVisible || queryActive ) )
         {
-// <-- QT PHONE END -->         
         __PHONELOG( EBasic, EPhoneControl, 
              "CPhoneNumberEntryManager::HandleCreateNumberEntryL() NE NOT CREATED" );
         __PHONELOG2( EBasic, EPhoneControl,