epoc32/include/app/MPbk2FieldProperty2.h
branchSymbian3
changeset 4 837f303aceeb
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
       
     1 /*
       
     2 * Copyright (c) 2005-2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     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".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Phonebook 2 field property interface.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MPBK2FIELDPROPERTY2_H
       
    20 #define MPBK2FIELDPROPERTY2_H
       
    21 
       
    22 // CLASS DECLARATION
       
    23 /**
       
    24  * This class is an extension to MPbk2FieldProperty.
       
    25  * See documentation of MPbk2FieldProperty from header
       
    26  * MPbk2FieldProperty.h 
       
    27  * 
       
    28  * You can access this extension by calling
       
    29  * MPbk2FieldProperty->FieldPropertyExtension()
       
    30  */
       
    31 class MPbk2FieldProperty2
       
    32     {
       
    33     public: // Interface
       
    34 
       
    35         /**
       
    36          * Returns name of external service provider.
       
    37          *
       
    38          * @return  A external service provider name.
       
    39          */
       
    40         virtual const TDesC& XSpName() const = 0;
       
    41     
       
    42     protected: // Protected destructor
       
    43         ~MPbk2FieldProperty2()
       
    44             {}
       
    45     };
       
    46 
       
    47 #endif // MPBK2FIELDPROPERTY2_H
       
    48 
       
    49 // End of File