simpleengine/siputils/inc/simplesipconnectionobserver.h
branchRCL_3
changeset 17 2669f8761a99
parent 0 c8caa15ef882
child 18 fbd2e7cec7ef
equal deleted inserted replaced
16:2580314736af 17:2669f8761a99
     1 /*
     1 /*
     2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    83      * since S60 3.2      
    83      * since S60 3.2      
    84      * @param aState indicates the current profile state
    84      * @param aState indicates the current profile state
    85      * @param aSipError SIP error code
    85      * @param aSipError SIP error code
    86      */
    86      */
    87     void ProfileStateChanged( 
    87     void ProfileStateChanged( 
    88         CSIPConnection::TState aState, TInt aSipError );   
    88         CSIPConnection::TState aState, TInt aSipError );             
    89     
       
    90     /**
       
    91      * SIP Profile has updated. 
       
    92      * 
       
    93      * @see MSIPProfileRegistryObserver::EProfileUpdated
       
    94      * @since S60 3.2.3
       
    95      */
       
    96     void ProfileUpdated();
       
    97 
    89 
    98 // from base class MSIPConnectionObserver
    90 // from base class MSIPConnectionObserver
    99 
    91 
   100     /**
    92     /**
   101      * A SIP request outside a dialog has been received from the network.
    93      * A SIP request outside a dialog has been received from the network.
   118         CSIPDialog& aDialog );
   110         CSIPDialog& aDialog );
   119 
   111 
   120     /**
   112     /**
   121      * A SIP response received from the network.
   113      * A SIP response received from the network.
   122      * @param aTransaction contains response elements.
   114      * @param aTransaction contains response elements.
       
   115      * The ownership is transferred.
   123      */
   116      */
   124     void IncomingResponse( CSIPClientTransaction& aTransaction );
   117     void IncomingResponse( CSIPClientTransaction& aTransaction );
   125 
   118 
   126     /**
   119     /**
   127      * A SIP response that is within a dialog association or creates
   120      * A SIP response that is within a dialog association or creates
   286         CSIPDialog& aDialog );
   279         CSIPDialog& aDialog );
   287         
   280         
   288     /**
   281     /**
   289      * A SIP response received from the network.
   282      * A SIP response received from the network.
   290      * @param aTransaction contains response elements.
   283      * @param aTransaction contains response elements.
       
   284      * The ownership is transferred.
   291      */
   285      */
   292     void DoIncomingResponse( CSIPClientTransaction& aTransaction );
   286     void DoIncomingResponse( CSIPClientTransaction& aTransaction );
   293     
   287     
   294     /**
   288     /**
   295      * A SIP response that is within a dialog association or creates
   289      * A SIP response that is within a dialog association or creates