phonebookui/Phonebook2/inc/MPbk2ContactEditorExtensionExtension.h
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     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 contact editor dialog extension to extension.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef MPBK2CONTACTEDITOREXTENSIONEXTENSION_H_
       
    19 #define MPBK2CONTACTEDITOREXTENSIONEXTENSION_H_
       
    20 
       
    21 // INCLUDES
       
    22 #include "MPbk2UIFieldFactory.h"
       
    23 //  FORWARD DECLARATIONS
       
    24 
       
    25 // CLASS DECLARATION
       
    26 
       
    27 /**
       
    28  * Phonebook 2 contact editor UI extension interface.
       
    29  */
       
    30 class MPbk2ContactEditorExtensionExtension : public MPbk2UIFieldFactory
       
    31     {
       
    32     public: // Interface
       
    33 
       
    34     	/**
       
    35          * Returns an extension point for this interface or NULL.
       
    36          *
       
    37          * @param aExtensionUid     Extension UID.
       
    38          * @return  Extension point.
       
    39          */
       
    40         virtual TAny* ContactEditorExtensionExtension(
       
    41                 TUid /*aExtensionUid*/ )
       
    42             {
       
    43             return NULL;
       
    44             }
       
    45     };
       
    46 
       
    47 #endif // MPBK2CONTACTEDITOREXTENSIONEXTENSION_H_
       
    48 
       
    49 // End of File