2 * Copyright (c) 2005-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: Phonebook 2 field property interface.
19 #ifndef MPBK2FIELDPROPERTY2_H
20 #define MPBK2FIELDPROPERTY2_H
24 * This class is an extension to MPbk2FieldProperty.
25 * See documentation of MPbk2FieldProperty from header
26 * MPbk2FieldProperty.h
28 * You can access this extension by calling
29 * MPbk2FieldProperty->FieldPropertyExtension()
31 class MPbk2FieldProperty2
36 * Returns name of external service provider.
38 * @return A external service provider name.
40 virtual const TDesC& XSpName() const = 0;
42 protected: // Protected destructor
43 ~MPbk2FieldProperty2()
47 #endif // MPBK2FIELDPROPERTY2_H