diff -r 98b66e4fb0be -r 26b6f0522fd8 iaupdate/IAD/ui/inc/iaupdatewaitdialogobserver.h --- a/iaupdate/IAD/ui/inc/iaupdatewaitdialogobserver.h Fri Apr 16 15:05:20 2010 +0300 +++ b/iaupdate/IAD/ui/inc/iaupdatewaitdialogobserver.h Mon May 03 12:38:03 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -35,12 +35,10 @@ { public: - /** - * This is called when the dialog is about to be closed. - * @param aButtonId - Id of the button, which was used to cancel the dialog. - * @return ETrue, if it's ok to close the dialog, EFalse otherwise. - */ - virtual TBool HandleDialogExitL( TInt aButtonId ) = 0; + /** + * This is called when the dialog is cancelled + */ + virtual void HandleWaitDialogCancel() = 0; };