Revision: 201025
authorDremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 06 Jul 2010 14:33:00 +0300
changeset 40 7165f928e888
parent 39 407d15c32f24
child 44 484cb5040995
child 49 31c16e0c5e3e
Revision: 201025 Kit: 2010127
classicui_plat/extended_sounds_api/group/bld.inf
uifw/EikStd/srvuisrc/EIKSRVUI.CPP
--- a/classicui_plat/extended_sounds_api/group/bld.inf	Wed Jun 23 18:29:30 2010 +0300
+++ b/classicui_plat/extended_sounds_api/group/bld.inf	Tue Jul 06 14:33:00 2010 +0300
@@ -33,7 +33,7 @@
 // TEMP
 // Temp solution to remove original version exported from audiothemes
 // To be removed after one release cycle to platform
-../inc/ataudioeventapi.h                  MW_LAYER_PLATFORM_EXPORT_PATH(../../ataudioeventapi.h)
-../inc/mateventcompleteobserver.h  MW_LAYER_PLATFORM_EXPORT_PATH(../../mateventcompleteobserver.h)
+//../inc/ataudioeventapi.h                  MW_LAYER_PLATFORM_EXPORT_PATH(../../ataudioeventapi.h)
+//../inc/mateventcompleteobserver.h  MW_LAYER_PLATFORM_EXPORT_PATH(../../mateventcompleteobserver.h)
 // TEMP
 // TEMP
--- a/uifw/EikStd/srvuisrc/EIKSRVUI.CPP	Wed Jun 23 18:29:30 2010 +0300
+++ b/uifw/EikStd/srvuisrc/EIKSRVUI.CPP	Tue Jul 06 14:33:00 2010 +0300
@@ -1070,7 +1070,11 @@
     _LIT(KTimeout, "timeout");
     _LIT(KTitle,   "title");
 
-    CHbDeviceDialogSymbian* dlg = CHbDeviceDialogSymbian::NewL();
+    //@TODO replace the hardcoded parameter after enum EASyncServerStartup
+    // is defined(after MCL wk26).
+    //CHbDeviceDialogSymbian* dlg = CHbDeviceDialogSymbian::NewL(
+    //                    CHbDeviceDialogSymbian::EASyncServerStartup);
+    CHbDeviceDialogSymbian* dlg = CHbDeviceDialogSymbian::NewL(2);
     CleanupStack::PushL(dlg);
 
     TInt  timeout = 0;