javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swtdisplay.cpp
branchRCL_3
changeset 24 6c158198356e
parent 18 9ac0a0a7da70
equal deleted inserted replaced
23:e5618cc85d74 24:6c158198356e
   587 
   587 
   588 // Native Ui Thread
   588 // Native Ui Thread
   589 CSwtDialogBroker* CSwtDisplay::CreateDialogBrokerL()
   589 CSwtDialogBroker* CSwtDisplay::CreateDialogBrokerL()
   590 {
   590 {
   591     CSwtDialogBroker* dlgBroker =  new(ELeave) CSwtDialogBroker(this, CSwtDialogBroker::ENoRequest);
   591     CSwtDialogBroker* dlgBroker =  new(ELeave) CSwtDialogBroker(this, CSwtDialogBroker::ENoRequest);
   592     iDialogBrokers.Append(dlgBroker);
   592     iDialogBrokers.AppendL(dlgBroker);
   593     return dlgBroker;
   593     return dlgBroker;
   594 }
   594 }
   595 
   595 
   596 // Native Ui Thread
   596 // Native Ui Thread
   597 void CSwtDisplay::HandleCloseEventDispatchTimerCallbackL()
   597 void CSwtDisplay::HandleCloseEventDispatchTimerCallbackL()