phoneclientserver/phoneclient/Src/UssdWrapper/CPhCltUssdNoteController.cpp
changeset 19 e44a8c097b15
parent 15 d7fc66ccd6fb
child 32 1f002146abb4
--- a/phoneclientserver/phoneclient/Src/UssdWrapper/CPhCltUssdNoteController.cpp	Mon May 03 13:01:45 2010 +0300
+++ b/phoneclientserver/phoneclient/Src/UssdWrapper/CPhCltUssdNoteController.cpp	Fri May 14 16:24:46 2010 +0300
@@ -28,8 +28,6 @@
 _LIT(KFilename, "phcltsrvussd.ts");
 _LIT(KPath, "z://data");
 _LIT(KUssdRequesting, "txt_common_info_requesting"); // Requesting
-// Will be replaced by Hidden
-_LIT(KUssdRequestingQuit, "txt_ussd_button_exit"); // Quit
 _LIT(KUssdDone, "txt_ussd_dpopinfo_done"); // Done
 _LIT(KUssdNotDone, "txt_ussd_dpopinfo_not_done"); // NotDone
 _LIT(KUssdNotAllowed, "txt_ussd_dpopinfo_not_allowed"); //NotAllowed
@@ -195,7 +193,7 @@
     TFLOGSTRING("CPhCltUssdNoteController: DestroyGlobalWaitNote call")
     if ( iGlobalWaitNote )
         {
-        iGlobalWaitNote->Cancel();
+        iGlobalWaitNote->Close();
         delete iGlobalWaitNote;
         iGlobalWaitNote = NULL;
         delete iGlobalResource;