pnpmobileservices/pnpms/OnlineSupport/inc/MCMRegisterationStatusNotifier.h
changeset 0 3ce708148e4d
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 /*
       
     2 * Copyright (c) 2003-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: Implementation of PnPMS components
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef MCMREGISTERATIONSTATUSNOTIFIER_H
       
    22 #define MCMREGISTERATIONSTATUSNOTIFIER_H
       
    23 
       
    24 //  INCLUDES
       
    25 #include <e32base.h>
       
    26 #include <etelmm.h>
       
    27 #include "CCMRegistrationMonitor.h"
       
    28 
       
    29 // CONSTANTS
       
    30 // None
       
    31 
       
    32 // MACROS
       
    33 // None
       
    34 
       
    35 // DATA TYPES
       
    36 // None
       
    37 
       
    38 // FUNCTION PROTOTYPES
       
    39 // None
       
    40 
       
    41 // FORWARD DECLARATIONS
       
    42 // None
       
    43 
       
    44 // CLASS DECLARATION
       
    45 // None
       
    46 
       
    47 /**
       
    48 *  MCMRegisterationStatusNotifier.
       
    49 *
       
    50 *  @since 2.0
       
    51 */
       
    52 class MCMRegisterationStatusNotifier
       
    53     {
       
    54     public:  // Constructors and destructor
       
    55         
       
    56     public: // New functions
       
    57         /**
       
    58         * @param aNetworkStatus
       
    59         */
       
    60         virtual void RegistrationMonitoringDoneL( CCMRegistrationMonitor::TNetworkStatus aNetworkStatus ) = 0;
       
    61         /**
       
    62         * @param aStatus 
       
    63         * @param aError
       
    64         */
       
    65         virtual void RegistrationReportErrorL( const CCMRegistrationMonitor::TMonitoringStatus aStatus, const TInt aError ) = 0;
       
    66     };
       
    67 
       
    68 #endif      // MCMREGISTERATIONSTATUSNOTIFIER_H  
       
    69             
       
    70 // End of File