diff -r 594d59766373 -r 7d48bed6ce0c phoneclientserver/phoneclient/Inc/UssdWrapper/MPhCltUssdNoteControllerCallBack.h --- 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; };