--- a/webengine/widgetregistry/Server/src/WidgetRegistryServer.cpp Thu Aug 19 10:58:56 2010 +0300
+++ b/webengine/widgetregistry/Server/src/WidgetRegistryServer.cpp Tue Aug 31 16:17:46 2010 +0300
@@ -15,12 +15,13 @@
*
*/
+
#include <e32base.h>
#include <w32std.h>
#include <apgcli.h>
-#include <widgetregistryconstants.h>
-#include "widgetregistryserver.h"
-#include "widgetregistrysession.h"
+#include "WidgetRegistryConstants.h"
+#include "WidgetRegistryServer.h"
+#include "WidgetRegistrySession.h"
// ============================ MEMBER FUNCTIONS ===============================
@@ -126,14 +127,8 @@
TRAP_IGNORE(
apparcSession.RegisterNonNativeApplicationTypeL(
KUidWidgetLauncher, KLauncherApp()));
-
-
- TRAP_IGNORE(
- apparcSession.RegisterNonNativeApplicationTypeL(
- KUidWgtWidgetLauncher, KWgtLauncherApp()));
-
- apparcSession.Close();
- }
+ apparcSession.Close();
+ }
// First create and install the active scheduler
CActiveScheduler* scheduler = new ( ELeave ) CActiveScheduler;