connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifInc/NoteDlgSuppressingSwitch.h
changeset 0 5a93021fdf25
equal deleted inserted replaced
-1:000000000000 0:5a93021fdf25
       
     1 /*
       
     2 * Copyright (c) 2002 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 "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 class CNoteDlgSuppressingSwitch.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __NOTEDLGSUPPRESSINGSWITCH_H__
       
    20 #define __NOTEDLGSUPPRESSINGSWITCH_H__
       
    21 
       
    22 // INCLUDES
       
    23 #include <e32base.h>
       
    24 #include <aknnotewrappers.h> 
       
    25 
       
    26 
       
    27 
       
    28 // CLASS DECLARATIONS
       
    29 
       
    30 /**
       
    31  * Class implementing a note dialog suppressing application switch
       
    32  */
       
    33 NONSHARABLE_CLASS( CNoteDlgSuppressingSwitch ) : public CAknNoteDialog
       
    34     {
       
    35     public:
       
    36         /**
       
    37         * Constructor of the CNoteDlgSuppressingSwitch class
       
    38         * @return -
       
    39         */
       
    40         CNoteDlgSuppressingSwitch( CEikDialog** aSelfPtr );
       
    41 
       
    42 
       
    43         /**
       
    44         * Destructor
       
    45         */
       
    46         virtual ~CNoteDlgSuppressingSwitch();
       
    47 
       
    48 
       
    49     private:
       
    50         /**
       
    51         * PreLayoutDynInitL
       
    52         * @param    -
       
    53         */
       
    54         virtual void PreLayoutDynInitL();
       
    55     };
       
    56 
       
    57 
       
    58 #endif  // __NOTEDLGSUPPRESSINGSWITCH_H__
       
    59 
       
    60 // End of File