2 * Copyright (c) 2004-2007 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.
14 * Description: An interface for static contact store properties
19 #ifndef MVPBKCONTACTSTOREPROPERTIES2_H
20 #define MVPBKCONTACTSTOREPROPERTIES2_H
29 * This class is an extension to MVPbkContactStoreProperties.
30 * See documentation of MVPbkContactStoreProperties from header MVPbkContactStoreProperties.h
32 * You can access this extension by calling MVPbkContactStoreProperties->ContactStorePropertiesExtension()
34 class MVPbkContactStoreProperties2
39 * This extension cannot be destroyed through this interface.
41 virtual ~MVPbkContactStoreProperties2() {};
46 * Returns true if the store supports own contact.
48 * @return ETrue if the store supports own contact.
50 virtual TBool SupportsOwnContact() const =0;
54 #endif // MVPBKCONTACTSTOREPROPERTIES_H