00001 /* 00002 * ============================================================================ 00003 * Name : MAknMemorySelectionObserver.h 00004 * Part of : Common File Dialogs / CommonDialogs.dll 00005 * Description : Observer interface for memory selection. 00006 * Version : %version: e003sa02#3 % << Don't touch! Updated by Synergy at check-out. 00007 * 00008 * Copyright 2002-2007 Nokia. All rights reserved. 00009 * This material, including documentation and any related computer 00010 * programs, is protected by copyright controlled by Nokia. All 00011 * rights are reserved. Copying, including reproducing, storing, 00012 * adapting or translating, any or all of this material requires the 00013 * prior written consent of Nokia. This material also contains 00014 * confidential information which may not be disclosed to others 00015 * without the prior written consent of Nokia. 00016 * ============================================================================ 00017 * Template version: 4.2 00018 */ 00019 00020 00021 #ifndef M_AKNMEMORYSELECTIONOBSERVER_H 00022 #define M_AKNMEMORYSELECTIONOBSERVER_H 00023 00024 #include <CAknMemorySelectionDialog.h> 00025 00033 class MAknMemorySelectionObserver 00034 { 00035 00036 public: 00037 00038 // Constructors and destructor 00039 00044 virtual ~MAknMemorySelectionObserver() { }; 00045 00046 // New functions 00047 00053 virtual TBool OkToExitL( CAknMemorySelectionDialog::TMemory aMemory ) = 0; 00054 00055 }; 00056 00057 // M_AKNMEMORYSELECTIONOBSERVER_H 00058 #endif