realtimenetprots/sipfw/ProfileAgent/IMS_Agent/Inc/msipprofileimsauthenticationdataobserver.h
changeset 0 307788aac0a8
equal deleted inserted replaced
-1:000000000000 0:307788aac0a8
       
     1 /*
       
     2 * Copyright (c) 2005-2009 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 * Name          : msipprofileimsauthenticationdataobserver.h
       
    16 * Part of       : ProfileAgent
       
    17 * Version       : SIP/4.1 
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 /**
       
    25  @internalComponent
       
    26 */
       
    27 
       
    28 
       
    29 #ifndef MSIPPROFILEIMSAUTHENTICATIONDATAOBSERVER_H
       
    30 #define MSIPPROFILEIMSAUTHENTICATIONDATAOBSERVER_H
       
    31 
       
    32 // INCLUDES
       
    33 #include <etelmm.h>
       
    34 #include <mmretrieve.h>
       
    35 
       
    36 // FORWARD DECLARATIONS
       
    37 class CSIPProfileSIMRecord;
       
    38 class MSIPProfileIMSAuthenticationDataObserver;
       
    39 
       
    40 /**
       
    41  * @brief Class is observer of async call-backs from SIM
       
    42  * 
       
    43  * @class MSIPProfileIMSAuthenticationDataObserver CSIPProfileUsimProvider 
       
    44  * "CSIPProfileUsimProvider.h"
       
    45  */
       
    46 class MSIPProfileIMSAuthenticationDataObserver
       
    47 	{	
       
    48 public:
       
    49 	
       
    50     /**
       
    51     * Called when Authorization information 
       
    52     * from USIM/ISIM/SIM is been resolved
       
    53     */		
       
    54     virtual void AuthorizedL() = 0;
       
    55     
       
    56     /**
       
    57     * Called when authorization failed
       
    58     */		
       
    59 	virtual void AuthorizationFailed() = 0;
       
    60 	
       
    61 	/**
       
    62     * Called when authorization failed
       
    63     */		
       
    64 	virtual void AuthorizationSIMFailed() = 0;
       
    65 
       
    66 	virtual void AsyncDeltaTimer() = 0;
       
    67 	
       
    68 	virtual void UpdateRegistrationsL() = 0;
       
    69 	};
       
    70 
       
    71 #endif // end of MSIPPROFILEIMSAUTHENTICATIONDATAOBSERVER_H
       
    72 
       
    73 // End of File