messagingappbase/mce/logenginc/MceLogPbkMatcherObserver.h
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002 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:  
       
    15 *     This class defines interface to inform, that matching with the phonebook
       
    16 *       is completed
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 #ifndef __Logs_Engine_MMceLogPbkMatcherObserver_H__
       
    23 #define __Logs_Engine_MMceLogPbkMatcherObserver_H__
       
    24 
       
    25 // CLASS DECLARATION
       
    26 
       
    27 /**
       
    28  * This class defines interface to inform, that matching with the phonebook
       
    29  * is completed
       
    30  */
       
    31 class MMceLogPbkMatcherObserver
       
    32     {
       
    33     public:
       
    34         virtual void PbkMatchingDoneL() = 0;
       
    35     };
       
    36 
       
    37 #endif // __Logs_Engine_MMceLogPbkMatcherObserver_H__
       
    38 
       
    39 // End of file