diff -r 73a1feb507fb -r bc78a40cd63c mmsharing/mmshengine/inc/mussipprofileuser.h --- a/mmsharing/mmshengine/inc/mussipprofileuser.h Tue Aug 31 15:12:07 2010 +0300 +++ b/mmsharing/mmshengine/inc/mussipprofileuser.h Wed Sep 01 12:31:01 2010 +0100 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). +* 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" @@ -11,7 +11,7 @@ * * Contributors: * -* Description: +* Description: * */ @@ -35,13 +35,7 @@ * Checks whether roaming between access points is allowed. * @return ETrue is roaming is allowed, otherwise EFalse. */ - virtual TBool IsRoamingBetweenAPsAllowed() = 0; - - /** - * Indicates that SIP profile has been registered. - */ - virtual void ProfileRegistered() = 0; - + virtual TBool IsRoamingBetweenAPsAllowed() = 0; };