mmsharing/mmshengine/inc/mussipprofileuser.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 07 Jan 2010 12:45:29 +0200
changeset 1 065f1826587f
parent 0 f0cf47e981f9
child 32 73a1feb507fb
permissions -rw-r--r--
Revision: 200951 Kit: 201001

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:
*
*/


#ifndef MUSSIPPROFILEUSER_H
#define MUSSIPPROFILEUSER_H

// SYSTEM INCLUDE
#include <e32def.h>

/**
* Callbacks for asking permission to roam between access points
* and notifying client about registering event
* @lib musengine.lib
*/
class MMusSipProfileUser                            
    {    
    public:

        /**
        * Checks whether roaming between access points is allowed.
        * @return ETrue is roaming is allowed, otherwise EFalse.
        */
        virtual TBool IsRoamingBetweenAPsAllowed() = 0;        
    };


#endif // MUSSIPPROFILEUSER_H