mmsharing/mmshengine/inc/mussipprofileuser.h
branchRCL_3
changeset 22 73a1feb507fb
parent 1 065f1826587f
child 23 bc78a40cd63c
--- a/mmsharing/mmshengine/inc/mussipprofileuser.h	Thu Aug 19 09:51:39 2010 +0300
+++ b/mmsharing/mmshengine/inc/mussipprofileuser.h	Tue Aug 31 15:12:07 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2008 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,7 +35,13 @@
         * Checks whether roaming between access points is allowed.
         * @return ETrue is roaming is allowed, otherwise EFalse.
         */
-        virtual TBool IsRoamingBetweenAPsAllowed() = 0;        
+        virtual TBool IsRoamingBetweenAPsAllowed() = 0;
+        
+        /**
+        * Indicates that SIP profile has been registered.
+        */
+        virtual void ProfileRegistered() = 0;
+        
     };