commsconfig/cscengine/inc/mcscengserviceobserver.h
branchRCL_3
changeset 21 f742655b05bf
parent 20 65a3ef1d5bd0
child 22 d38647835c2e
equal deleted inserted replaced
20:65a3ef1d5bd0 21:f742655b05bf
     1 /*
       
     2 * Copyright (c) 2007-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:  Observer interface for notifying service changes
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef M_CSCENGSERVICEOBSERVER_H
       
    21 #define M_CSCENGSERVICEOBSERVER_H
       
    22 
       
    23 
       
    24 /**
       
    25  *  MCSCEngServiceObserver class
       
    26  *
       
    27  *  Observer interface for notifying service changes
       
    28  *
       
    29  *  @lib
       
    30  *  @since S60 v3.2
       
    31  */
       
    32 class MCSCEngServiceObserver
       
    33     {
       
    34     public:
       
    35     
       
    36         /**
       
    37          * Should be called when change in service(s) occur
       
    38          *
       
    39          * @since S60 v3.2
       
    40          */
       
    41         virtual void NotifyServiceChange() = 0;
       
    42         
       
    43     };
       
    44     
       
    45 #endif // M_CSCENGSERVICEOBSERVER_H