00001 /* 00002 * ============================================================================ 00003 * Name : MPbkFetchDlgSelection from MPbkFetchDlgSelection.h 00004 * Part of : PbkView.dll 00005 * 00006 * Description: 00007 * Interface to allow observer accept/decline selections in 00008 * phonebook fetch dialog 00009 * Version: 00010 * 00011 * Copyright (C) 2005 Nokia Corporation. 00012 * This material, including documentation and any related 00013 * computer programs, is protected by copyright controlled by 00014 * Nokia Corporation. All rights are reserved. Copying, 00015 * including reproducing, storing, adapting or translating, any 00016 * or all of this material requires the prior written consent of 00017 * Nokia Corporation. This material also contains confidential 00018 * information which may not be disclosed to others without the 00019 * prior written consent of Nokia Corporation. 00020 * ============================================================================ 00021 */ 00022 00023 #ifndef __MPbkFetchDlgSelection_H__ 00024 #define __MPbkFetchDlgSelection_H__ 00025 00026 #include <cntdef.h> // TContactItemId 00027 00028 00029 // CLASS DECLARATION 00030 00037 class MPbkFetchDlgSelection 00038 { 00039 00040 public: // Interface 00049 virtual TBool ContactSelectionAcceptedL 00050 (TContactItemId aItemId, 00051 TInt aCurrentSelectedCount) const = 0; 00052 }; 00053 00054 // __MPbkFetchDlgSelection_H__ 00055 #endif 00056 00057 // End of File