wlansecuritysettings/wlaneapsettingsui/EapGtc/NotifierUi/inc/GTCResponseQueryDialog.h
branchRCL_3
changeset 18 bad0cc58d154
parent 17 30e048a7b597
child 19 c74b3d9f6b9e
equal deleted inserted replaced
17:30e048a7b597 18:bad0cc58d154
     1 /*
       
     2 * Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: Declaration of Gtc Response Query Dialog
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: tr1cfwln#11 %
       
    20 */
       
    21 
       
    22 #ifndef __GTCRESPONSEQUERYDIALOG_H__
       
    23 #define __GTCRESPONSEQUERYDIALOG_H__
       
    24 
       
    25 // INCLUDES
       
    26 #include <AknQueryDialog.h>
       
    27 
       
    28 
       
    29 class CGTCResponseQueryDialog : public CAknTextQueryDialog
       
    30     {
       
    31     public:
       
    32         static CGTCResponseQueryDialog* NewL( TDes& aResponse, 
       
    33                                               CGtcDialogPlugin* aPlugin );
       
    34         ~CGTCResponseQueryDialog();
       
    35   
       
    36     private:
       
    37         CGTCResponseQueryDialog( TDes& aResponse, CGtcDialogPlugin* aPlugin );
       
    38 
       
    39         virtual TBool OkToExitL( TInt aButtonId );
       
    40         void HandleResourceChange( TInt aType );
       
    41         
       
    42     private:
       
    43         CGtcDialogPlugin* iPlugin;     // Pointer to the notifier plugin
       
    44     };
       
    45 
       
    46 
       
    47 #endif  // __GTCMESSAGEDISPLAYDIALOG_H__
       
    48 
       
    49 // End of File