phonesrv_plat/call_information_api/tsrc/src/CPhoneEngineCreator.cpp
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
--- a/phonesrv_plat/call_information_api/tsrc/src/CPhoneEngineCreator.cpp	Thu Aug 19 10:28:14 2010 +0300
+++ b/phonesrv_plat/call_information_api/tsrc/src/CPhoneEngineCreator.cpp	Tue Aug 31 15:45:17 2010 +0300
@@ -17,8 +17,7 @@
 #include "CPhoneEngineCreator.h"
 
 #include <TelephonyAudioRoutingManager.h>
-#include <activeidle2domainpskeys.h>
-#include <CPEPhoneModelIf.h>
+#include <cpephonemodelif.h>
 #include "CPEMessageWaiter.h"
 
 
@@ -59,16 +58,7 @@
                 MEngineMonitor::EPEMessagePEConstructionReady,
                 40 );
         }    
-    
-    // No error checking here because this will succeed only once when this is called. The RProperty::Set will
-    // fail, if this call is not successfull at all.
-    RProperty::Define( 
-        KPSUidAiInformation,
-        KActiveIdleState,
-        RProperty::EInt );
-                            
-    User::LeaveIfError( RProperty::Set( KPSUidAiInformation, KActiveIdleState, EPSAiForeground ) ); 
-    
+
     return pEif;
     }