uifw/EikStd/srvuisrc/EIKSRVUI.CPP
changeset 40 7165f928e888
parent 30 56e9a0aaad89
equal deleted inserted replaced
39:407d15c32f24 40:7165f928e888
  1068     {
  1068     {
  1069     _LIT(KNotificationDialogPlugin, "com.nokia.hb.devicenotificationdialog/1.0");
  1069     _LIT(KNotificationDialogPlugin, "com.nokia.hb.devicenotificationdialog/1.0");
  1070     _LIT(KTimeout, "timeout");
  1070     _LIT(KTimeout, "timeout");
  1071     _LIT(KTitle,   "title");
  1071     _LIT(KTitle,   "title");
  1072 
  1072 
  1073     CHbDeviceDialogSymbian* dlg = CHbDeviceDialogSymbian::NewL();
  1073     //@TODO replace the hardcoded parameter after enum EASyncServerStartup
       
  1074     // is defined(after MCL wk26).
       
  1075     //CHbDeviceDialogSymbian* dlg = CHbDeviceDialogSymbian::NewL(
       
  1076     //                    CHbDeviceDialogSymbian::EASyncServerStartup);
       
  1077     CHbDeviceDialogSymbian* dlg = CHbDeviceDialogSymbian::NewL(2);
  1074     CleanupStack::PushL(dlg);
  1078     CleanupStack::PushL(dlg);
  1075 
  1079 
  1076     TInt  timeout = 0;
  1080     TInt  timeout = 0;
  1077         
  1081         
  1078     CHbSymbianVariantMap* map = CHbSymbianVariantMap::NewL();
  1082     CHbSymbianVariantMap* map = CHbSymbianVariantMap::NewL();