2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
15 * Base class for Phonebook phone number selection queries.
20 #ifndef __CPbkPhoneNumberSelectBase_H__
21 #define __CPbkPhoneNumberSelectBase_H__
24 #include "CPbkAddressSelect.h"
28 * Base class for Phonebook phone number selection queries.
30 class CPbkPhoneNumberSelectBase : public CPbkAddressSelect
32 protected: // from CPbkAddressSelect
34 * Common implementation of CPbkAddressSelect::AddressField for phone
35 * number selection dialogs.
36 * @param aField The field to check
38 IMPORT_C TBool AddressField(const TPbkContactItemField& aField) const;
41 * Common implementation of CPbkAddressSelect::NoAddressesL for phone
42 * number selection dialogs.
44 IMPORT_C void NoAddressesL();
47 #endif // __CPbkPhoneNumberSelectBase_H__