connectivitymodules/SeCon/services/pcd/src/sconpcdutility.cpp
changeset 46 38e18a8b16c7
parent 44 8f5e655bff70
--- a/connectivitymodules/SeCon/services/pcd/src/sconpcdutility.cpp	Fri Jul 23 22:01:55 2010 +0530
+++ b/connectivitymodules/SeCon/services/pcd/src/sconpcdutility.cpp	Fri Aug 06 22:57:20 2010 +0530
@@ -21,7 +21,7 @@
 #include <swi/sisregistrysession.h>
 #include <swi/sisregistrypackage.h>
 #include <stringresourcereader.h>
-#include <WidgetRegistryClient.h>
+// #include <WidgetRegistryClient.h>
 #include <javaregistryincludes.h>
 #include <appversion.h>
 #include <mmf/common/mmfcontrollerpluginresolver.h>
@@ -308,6 +308,9 @@
 //
 void SConPcdUtility::AppendInstalledWidgetsL( CSConListInstApps& aListInstApps )
     {
+    // Commented out as WidgetRegistry will be removed from MCL.
+    // TODO: Check how Widgets should be listed on future.
+    /*
     TRACE_FUNC_ENTRY;
     RWidgetRegistryClientSession widgetSession;
     CleanupClosePushL( widgetSession );
@@ -373,6 +376,7 @@
     CleanupStack::PopAndDestroy( &widgetInfoArr );
     CleanupStack::PopAndDestroy( &widgetSession );
     TRACE_FUNC_EXIT;
+    */
     }
 
 // ---------------------------------------------------------