williamr@4: /* williamr@4: * Copyright (c) 2004-2007 Nokia Corporation and/or its subsidiary(-ies). williamr@4: * All rights reserved. williamr@4: * This component and the accompanying materials are made available williamr@4: * under the terms of "Eclipse Public License v1.0" williamr@4: * which accompanies this distribution, and is available williamr@4: * at the URL "http://www.eclipse.org/legal/epl-v10.html". williamr@4: * williamr@4: * Initial Contributors: williamr@4: * Nokia Corporation - initial contribution. williamr@4: * williamr@4: * Contributors: williamr@4: * williamr@4: * Description: An interface for static contact store properties williamr@4: * williamr@4: */ williamr@4: williamr@4: williamr@4: #ifndef MVPBKCONTACTSTOREPROPERTIES2_H williamr@4: #define MVPBKCONTACTSTOREPROPERTIES2_H williamr@4: williamr@4: williamr@4: // INCLUDES williamr@4: #include williamr@4: williamr@4: // CLASS DECLARATIONS williamr@4: williamr@4: /** williamr@4: * This class is an extension to MVPbkContactStoreProperties. williamr@4: * See documentation of MVPbkContactStoreProperties from header MVPbkContactStoreProperties.h williamr@4: * williamr@4: * You can access this extension by calling MVPbkContactStoreProperties->ContactStorePropertiesExtension() williamr@4: */ williamr@4: class MVPbkContactStoreProperties2 williamr@4: { williamr@4: protected: williamr@4: williamr@4: /** williamr@4: * This extension cannot be destroyed through this interface. williamr@4: */ williamr@4: virtual ~MVPbkContactStoreProperties2() {}; williamr@4: williamr@4: public: williamr@4: williamr@4: /** williamr@4: * Returns true if the store supports own contact. williamr@4: * williamr@4: * @return ETrue if the store supports own contact. williamr@4: */ williamr@4: virtual TBool SupportsOwnContact() const =0; williamr@4: }; williamr@4: williamr@4: williamr@4: #endif // MVPBKCONTACTSTOREPROPERTIES_H williamr@4: williamr@4: //End of file