cpbkphonenumberselectbase.h

Go to the documentation of this file.
00001 /*
00002 * ============================================================================
00003 *  Name     : CPbkPhoneNumberSelectBase from CPbkPhoneNumberSelectBase.h
00004 *  Part of  : PbkView.dll
00005 *
00006 *  Description:
00007 *     Base class for Phonebook phone number selection queries.
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 __CPbkPhoneNumberSelectBase_H__
00023 #define __CPbkPhoneNumberSelectBase_H__
00024 
00025 //  INCLUDES
00026 #include "CPbkAddressSelect.h"
00027 
00028 // CLASS DECLARATION
00032 class CPbkPhoneNumberSelectBase : public CPbkAddressSelect
00033     {
00034     protected:  // from CPbkAddressSelect
00040         IMPORT_C TBool AddressField(const TPbkContactItemField& aField) const;
00041 
00046         IMPORT_C void NoAddressesL();
00047     }; 
00048 
00049 // __CPbkPhoneNumberSelectBase_H__
00050 #endif
00051             
00052 // End of File

Copyright © Nokia Corporation 2001-2008
Back to top