convergedconnectionhandler/cchserver/inc/cchetelnetworkstatusobserver.h
branchRCL_3
changeset 22 d38647835c2e
parent 0 a4daefaec16c
equal deleted inserted replaced
21:f742655b05bf 22:d38647835c2e
       
     1 /*
       
     2 * Copyright (c) 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:  MCchEtelNetworkStatusObserver handles cch's CTelephony 
       
    15 *              : related observing functionality.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef CCHETELNETWORKSTATUSOBSERVER_H
       
    21 #define CCHETELNETWORKSTATUSOBSERVER_H
       
    22 
       
    23 // INCLUDES
       
    24 
       
    25 // FORWARD DECLARATIONS
       
    26 
       
    27 // CLASS DECLARATION
       
    28 /**
       
    29 *  MCchEtelNetworkStatusObserver
       
    30 *  
       
    31 *  @lib   cchserver
       
    32 *  @since 3.2
       
    33 */
       
    34 
       
    35 class MCchEtelNetworkStatusObserver
       
    36 {
       
    37 public:
       
    38 
       
    39     /**
       
    40     * Called when CS coverage out
       
    41     */         
       
    42     virtual void MobileNetworkNoService( ) = 0;
       
    43 
       
    44 private:
       
    45 
       
    46     
       
    47 };
       
    48 
       
    49 #endif // CCHETELNETWORKSTATUSOBSERVER_H
       
    50 
       
    51 // End of File