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 of a view contact.
19 #ifndef MVPBKVIEWCONTACTFIELD_H
20 #define MVPBKVIEWCONTACTFIELD_H
25 #include <mvpbkbasecontactfield.h>
30 * An interface for a field of a view contact.
32 class MVPbkViewContactField : public MVPbkBaseContactField
38 virtual ~MVPbkViewContactField() { }
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* ViewContactFieldExtension( TUid /*aExtensionUid*/ )
51 #endif // MVPBKVIEWCONTACTFIELD_H