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