Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
15 * Name : sipprofilealrobserver.h
16 * Part of : SIP / SIP Profile Agent
23 #ifndef MSIPPROFILEALROBSERVER_H
24 #define MSIPPROFILEALROBSERVER_H
34 * Callback to receive notifications about ALR (Application Level Roaming)
35 * related events and errors.
37 class MSipProfileAlrObserver
41 /** SIP Profile ALR events */
45 * A new IAP became available.
46 * When receiving this event the client must call
47 * CSipProfileAlrController::AllowMigrationL or DisallowMigrationL.
51 * All the clients have allowed the migration to the new IAP and
52 * the migration to the new IAP for the SIP profile has started.
56 * Migration to a new IAP for a SIP profile has been completed and
57 * the related SIP profile has been registered via the new IAP.
63 * ALR related event occurred.
64 * @param aEvent the event that occurred
65 * @param aProfileId identifies the SIP profile related to the event
66 * @param aSnapId the SNAP related to the event
67 * @param aIapId the IAP related to the event
69 virtual void AlrEvent( TEvent aEvent,
75 * ALR related error occurred.
76 * @param aError the error that occurred
77 * @param aProfileId identifies the SIP profile related to the error
78 * @param aSnapId the SNAP related to the error
79 * @param aIapId the IAP related to the error
81 virtual void AlrError( TInt aError,
87 #endif // MSIPPROFILEALROBSERVER_H