phoneengine/PhoneCntFinder/inc/MPhoneCntPbkOwner.h
changeset 0 5f000ab63145
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     1 /*
       
     2 * Copyright (c) 2002-2006 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:  Interface for Phonebook Owner implementation
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MPHONECNTPBKOWNER_H
       
    20 #define MPHONECNTPBKOWNER_H
       
    21 
       
    22 //  INCLUDES
       
    23 #include <e32std.h>
       
    24 #include <e32base.h>
       
    25 
       
    26 // FORWARD DECLARATIONS
       
    27 class CPhCntContactManager;
       
    28 
       
    29 // CLASS DECLARATION
       
    30 
       
    31 /**
       
    32 *  Interface for Phonebook Owner implementation.
       
    33 *
       
    34 *  @lib PhoneCntFinder
       
    35 *  @since 1.0
       
    36 */
       
    37 class MPhoneCntPbkOwner
       
    38     {
       
    39     public:
       
    40         /**
       
    41         * Gives intance of contact manager.
       
    42         */
       
    43         virtual CPhCntContactManager* ContactManager() const = 0;
       
    44     };
       
    45 
       
    46 #endif      // MPHONECNTPBKOWNER_H
       
    47             
       
    48 // End of File