phoneclientserver/phoneclient/Inc/UssdWrapper/MPhCltUssdNoteControllerCallBack.h
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
--- a/phoneclientserver/phoneclient/Inc/UssdWrapper/MPhCltUssdNoteControllerCallBack.h	Thu Aug 19 10:28:14 2010 +0300
+++ b/phoneclientserver/phoneclient/Inc/UssdWrapper/MPhCltUssdNoteControllerCallBack.h	Tue Aug 31 15:45:17 2010 +0300
@@ -27,7 +27,7 @@
 
 /**
 *  Abstract interface for handling the notify events from note controller.
-*  User derives his class from this and implements GlobalWaitNoteDismissedL().
+*  User derives his class from this and implements GlobalWaitNoteHidden().
 *
 *  @lib phoneclient.lib
 *  @since 9.1
@@ -39,11 +39,11 @@
     public: // New functions
 
         /**
-        * Called when global wait note is dismissed.
+        * Called when global wait note is hidden, to background.
         * 
         * @param aError Error code.
         */    
-        virtual void GlobalWaitNoteDismissedL( const TInt aError ) = 0;
+        virtual void GlobalWaitNoteHidden() = 0;
     };