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 a field collection of a view contact
19 #ifndef MVPBKVIEWCONTACTFIELDCOLLECTION_H
20 #define MVPBKVIEWCONTACTFIELDCOLLECTION_H
25 #include <mvpbkbasecontactfieldcollection.h>
30 * An interface for a field collection of a view contact.
32 class MVPbkViewContactFieldCollection : public MVPbkBaseContactFieldCollection
38 virtual ~MVPbkViewContactFieldCollection() { }
41 * Returns an extension point for this interface or NULL.
43 * @param aExtensionUid no extensions defined currently.
44 * @return An extension point for this interface or NULL.
46 virtual TAny* ViewContactFieldCollectionExtension(
47 TUid /*aExtensionUid*/ ) { return NULL; }
51 #endif // MVPBKVIEWCONTACTFIELDCOLLECTION_H