satengine/satserver/SystemState/src/TSatSystemStateFactory.cpp
changeset 42 35488577e233
parent 33 8d5d7fcf9b59
child 51 12bc758d6a02
--- a/satengine/satserver/SystemState/src/TSatSystemStateFactory.cpp	Tue Aug 10 13:19:41 2010 +0300
+++ b/satengine/satserver/SystemState/src/TSatSystemStateFactory.cpp	Mon Aug 23 15:50:31 2010 +0300
@@ -15,14 +15,13 @@
 *
 */
 
-
 #include    <startupdomainpskeys.h>
 #include    <PSVariables.h>
 #define Q_OS_SYMBIAN // needed to activate homescreendomainpskeys.h
 #include    <homescreendomainpskeys.h>
 #include    <CommonEngineDomainCRKeys.h>
 #include    <BTSapDomainPSKeys.h>
-#include    <ProfileEngineSDKCRKeys.h>
+#include    <coreapplicationuissdkcrkeys.h>
 #include    "TSatSystemStateFactory.h"
 #include    "CSatSystemState.h"
 #include    "msatmultimodeapi.h"
@@ -30,7 +29,6 @@
 #include    "CSatCenRepChangeNotifier.h"
 #include    "SatLog.h"
 
-
 // ======== MEMBER FUNCTIONS ========
 
 // -----------------------------------------------------------------------------
@@ -172,8 +170,8 @@
         CreateProfileChangeNotifierL calling" )
 
     MSatSystemStateChangeNotifier* ret = CSatCenRepChangeNotifier::NewL(
-        KCRUidProfileEngine,
-        KProEngActiveProfile,
+        KCRUidCoreApplicationUIs,
+        KCoreAppUIsNetworkConnectionAllowed,
         aObserver,
         CSatCenRepChangeNotifier::ECRTypeInteger );