# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1278415980 -10800 # Node ID 7165f928e8888faa093d02c4223529251e8f4118 # Parent 407d15c32f245c44fe81fb265b1e99223638d987 Revision: 201025 Kit: 2010127 diff -r 407d15c32f24 -r 7165f928e888 classicui_plat/extended_sounds_api/group/bld.inf --- 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 diff -r 407d15c32f24 -r 7165f928e888 uifw/EikStd/srvuisrc/EIKSRVUI.CPP --- 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;