phoneengine/PhoneCntFinder/ContactService/inc/MPhCntContactFetcherObserver.h
changeset 0 5f000ab63145
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     1 /*
       
     2 * Copyright (c)  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:  Definition of MPhCntContactFetcherObserver class.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MPHCNTCONTACTFETCHEROBSERVER_H
       
    20 #define MPHCNTCONTACTFETCHEROBSERVER_H
       
    21 
       
    22 class MVPbkStoreContact;
       
    23 
       
    24 /**
       
    25  *  ?one_line_short_description
       
    26  *
       
    27  *  ?more_complete_description
       
    28  *
       
    29  *  @lib ?library
       
    30  *  @since S60 ?S60_version *** for example, S60 v3.0
       
    31  */
       
    32 NONSHARABLE_CLASS( MPhCntContactFetcherObserver )
       
    33 	{
       
    34 	
       
    35 public:
       
    36 
       
    37     /**
       
    38      * aContact is NULL if getting the contact failed.
       
    39      *
       
    40      * @since S60 ?S60_version
       
    41      * @param ?arg1 ?description
       
    42      * @param aContactLinks Links to contacts. Client should take a copy from the links, because
       
    43      * aContactLinks is not valid after call to this method. 
       
    44      * AContactLinks is length may be 0.
       
    45      * @return ?description
       
    46      */
       
    47      virtual void PhoneNumberReceived( const TDesC& aPhoneNumber ) = 0;
       
    48 
       
    49     };
       
    50 
       
    51 
       
    52 #endif // MPHCNTCONTACTFETCHEROBSERVER_H