phoneclientserver/phoneclient/Src/UssdWrapper/CPhCltUssdNoteController.cpp
changeset 19 e44a8c097b15
parent 15 d7fc66ccd6fb
child 32 1f002146abb4
equal deleted inserted replaced
15:d7fc66ccd6fb 19:e44a8c097b15
    26 #include "tflogger.h"
    26 #include "tflogger.h"
    27 
    27 
    28 _LIT(KFilename, "phcltsrvussd.ts");
    28 _LIT(KFilename, "phcltsrvussd.ts");
    29 _LIT(KPath, "z://data");
    29 _LIT(KPath, "z://data");
    30 _LIT(KUssdRequesting, "txt_common_info_requesting"); // Requesting
    30 _LIT(KUssdRequesting, "txt_common_info_requesting"); // Requesting
    31 // Will be replaced by Hidden
       
    32 _LIT(KUssdRequestingQuit, "txt_ussd_button_exit"); // Quit
       
    33 _LIT(KUssdDone, "txt_ussd_dpopinfo_done"); // Done
    31 _LIT(KUssdDone, "txt_ussd_dpopinfo_done"); // Done
    34 _LIT(KUssdNotDone, "txt_ussd_dpopinfo_not_done"); // NotDone
    32 _LIT(KUssdNotDone, "txt_ussd_dpopinfo_not_done"); // NotDone
    35 _LIT(KUssdNotAllowed, "txt_ussd_dpopinfo_not_allowed"); //NotAllowed
    33 _LIT(KUssdNotAllowed, "txt_ussd_dpopinfo_not_allowed"); //NotAllowed
    36 _LIT(KUssdUnconfirmed, "txt_ussd_dpopinfo_unconfirmed"); // Unconfirmed
    34 _LIT(KUssdUnconfirmed, "txt_ussd_dpopinfo_unconfirmed"); // Unconfirmed
    37 _LIT(KUssdNoService, "txt_ussd_dpopinfo_no_service"); // NoService
    35 _LIT(KUssdNoService, "txt_ussd_dpopinfo_no_service"); // NoService
   193 void CPhCltUssdNoteController::DestroyGlobalWaitNote()
   191 void CPhCltUssdNoteController::DestroyGlobalWaitNote()
   194     {
   192     {
   195     TFLOGSTRING("CPhCltUssdNoteController: DestroyGlobalWaitNote call")
   193     TFLOGSTRING("CPhCltUssdNoteController: DestroyGlobalWaitNote call")
   196     if ( iGlobalWaitNote )
   194     if ( iGlobalWaitNote )
   197         {
   195         {
   198         iGlobalWaitNote->Cancel();
   196         iGlobalWaitNote->Close();
   199         delete iGlobalWaitNote;
   197         delete iGlobalWaitNote;
   200         iGlobalWaitNote = NULL;
   198         iGlobalWaitNote = NULL;
   201         delete iGlobalResource;
   199         delete iGlobalResource;
   202         iGlobalResource = NULL;
   200         iGlobalResource = NULL;
   203         }
   201         }