akndlgshut.h

Go to the documentation of this file.
00001 /*
00002 * ============================================================================
00003 *  Name     : AknDlgShut.h
00004 *  Part of  : Avkon
00005 *
00006 *  Description:
00007 *  Version:
00008 *
00009 *  Copyright © 2002-2006 Nokia Corporation.
00010 *  This material, including documentation and any related 
00011 *  computer programs, is protected by copyright controlled by 
00012 *  Nokia Corporation. All rights are reserved. Copying, 
00013 *  including reproducing, storing,  adapting or translating, any 
00014 *  or all of this material requires the prior written consent of 
00015 *  Nokia Corporation. This material also contains confidential 
00016 *  information which may not be disclosed to others without the 
00017 *  prior written consent of Nokia Corporation.
00018 * ============================================================================
00019 */
00020 
00021 #if !defined(__AKNDLGSHUT_H__)
00022 #define __AKNDLGSHUT_H__
00023 
00024 #include <e32std.h>
00025 
00026 
00027 // FORWARD DECLARATIONS
00028 class CEikonEnv;
00029 
00033 class AknDialogShutter
00034         {
00035 public:
00042         IMPORT_C static void ShutDialogsL(CEikonEnv& aEikEnv);
00043 
00044 private:
00045         static TInt StartLevel();
00046         };
00047 
00048 #endif

Copyright © Nokia Corporation 2001-2008
Back to top