00001 /* 00002 * ============================================================================ 00003 * Name : MPbkEditorOkToExitCallback from MPbkEditorOkToExitCallback.h 00004 * Part of : PbkView.dll 00005 * 00006 * Description: 00007 * Phonebook contact editor exit callback abstract interface. 00008 * Version: 00009 * 00010 * Copyright (C) 2002 Nokia Corporation. 00011 * This material, including documentation and any related 00012 * computer programs, is protected by copyright controlled by 00013 * Nokia Corporation. All rights are reserved. Copying, 00014 * including reproducing, storing, adapting or translating, any 00015 * or all of this material requires the prior written consent of 00016 * Nokia Corporation. This material also contains confidential 00017 * information which may not be disclosed to others without the 00018 * prior written consent of Nokia Corporation. 00019 * ============================================================================ 00020 */ 00021 00022 #ifndef __MPbkEditorOkToExitCallback_H__ 00023 #define __MPbkEditorOkToExitCallback_H__ 00024 00025 // CLASS DECLARATION 00026 00033 class MPbkEditorOkToExitCallback 00034 { 00035 public: // Interface 00036 00044 virtual TBool OkToExitL( 00045 TInt aCommandId ) = 0; 00046 }; 00047 00048 00049 // __MPbkEditorOkToExitCallback_H__ 00050 #endif 00051 00052 // End of File