mmsharing/mmshengine/inc/mussipprofileuser.h
branchRCL_3
changeset 23 bc78a40cd63c
parent 22 73a1feb507fb
equal deleted inserted replaced
22:73a1feb507fb 23:bc78a40cd63c
     1 /*
     1 /*
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #ifndef MUSSIPPROFILEUSER_H
    19 #ifndef MUSSIPPROFILEUSER_H
    33 
    33 
    34         /**
    34         /**
    35         * Checks whether roaming between access points is allowed.
    35         * Checks whether roaming between access points is allowed.
    36         * @return ETrue is roaming is allowed, otherwise EFalse.
    36         * @return ETrue is roaming is allowed, otherwise EFalse.
    37         */
    37         */
    38         virtual TBool IsRoamingBetweenAPsAllowed() = 0;
    38         virtual TBool IsRoamingBetweenAPsAllowed() = 0;        
    39         
       
    40         /**
       
    41         * Indicates that SIP profile has been registered.
       
    42         */
       
    43         virtual void ProfileRegistered() = 0;
       
    44         
       
    45     };
    39     };
    46 
    40 
    47 
    41 
    48 #endif // MUSSIPPROFILEUSER_H
    42 #endif // MUSSIPPROFILEUSER_H