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