00001 /* 00002 * Name : AknIntermediate.h 00003 * Part of : Avkon 00004 * Version: 00005 * 00006 * Copyright © 2002 Nokia Corporation. 00007 * This material, including documentation and any related 00008 * computer programs, is protected by copyright controlled by 00009 * Nokia Corporation. All rights are reserved. Copying, 00010 * including reproducing, storing, adapting or translating, any 00011 * or all of this material requires the prior written consent of 00012 * Nokia Corporation. This material also contains confidential 00013 * information which may not be disclosed to others without the 00014 * prior written consent of Nokia Corporation. 00015 */ 00016 #ifndef __AKNINTERMEDIATE__ 00017 #define __AKNINTERMEDIATE__ 00018 00032 class MAknIntermediateState 00033 { 00034 public: 00035 virtual void CloseState() = 0; 00036 }; 00037 00038 #endif