simpleengine/siputils/inc/simplesipconnectionobserver.h
branchRCL_3
changeset 18 fbd2e7cec7ef
parent 17 2669f8761a99
--- a/simpleengine/siputils/inc/simplesipconnectionobserver.h	Tue Aug 31 15:35:50 2010 +0300
+++ b/simpleengine/siputils/inc/simplesipconnectionobserver.h	Wed Sep 01 12:23:14 2010 +0100
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2006-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"
@@ -85,7 +85,15 @@
      * @param aSipError SIP error code
      */
     void ProfileStateChanged( 
-        CSIPConnection::TState aState, TInt aSipError );             
+        CSIPConnection::TState aState, TInt aSipError );   
+    
+    /**
+     * SIP Profile has updated. 
+     * 
+     * @see MSIPProfileRegistryObserver::EProfileUpdated
+     * @since S60 3.2.3
+     */
+    void ProfileUpdated();
 
 // from base class MSIPConnectionObserver
 
@@ -112,7 +120,6 @@
     /**
      * A SIP response received from the network.
      * @param aTransaction contains response elements.
-     * The ownership is transferred.
      */
     void IncomingResponse( CSIPClientTransaction& aTransaction );
 
@@ -281,7 +288,6 @@
     /**
      * A SIP response received from the network.
      * @param aTransaction contains response elements.
-     * The ownership is transferred.
      */
     void DoIncomingResponse( CSIPClientTransaction& aTransaction );