mmsharing/mmshavailability/src/musavasip.cpp
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
     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".
     8 *  Version     : %version:  30.1.5 % << Don't touch! Updated by Synergy at check-out.
     8 *  Version     : %version:  30.1.4 % << Don't touch! Updated by Synergy at check-out.
     9 *
     9 *
    10 * Initial Contributors:
    10 * Initial Contributors:
    11 * Nokia Corporation - initial contribution.
    11 * Nokia Corporation - initial contribution.
    12 *
    12 *
    13 * Contributors:
    13 * Contributors:
   404 // -----------------------------------------------------------------------------
   404 // -----------------------------------------------------------------------------
   405 CMusAvaClientResolverUtil* CMusAvaSip::ClientResolverUtil() const
   405 CMusAvaClientResolverUtil* CMusAvaSip::ClientResolverUtil() const
   406     {
   406     {
   407     return iClientResolverUtil;
   407     return iClientResolverUtil;
   408     }
   408     }
       
   409 // -----------------------------------------------------------------------------
       
   410 //
       
   411 // -----------------------------------------------------------------------------
       
   412 void CMusAvaSip::DeleteSIPConnection()
       
   413     {
       
   414     MUS_LOG( "mus: [MUSAVA]  -> CMusAvaSip::DeleteSIPConnection()" )
       
   415         delete iSipConnection; iSipConnection = NULL;
       
   416     MUS_LOG( "mus: [MUSAVA]  <- CMusAvaSip::DeleteSIPConnection()" )
       
   417     }
   409 
   418 
   410     
   419     
   411 // -----------------------------------------------------------------------------
   420 // -----------------------------------------------------------------------------
   412 //
   421 //
   413 // -----------------------------------------------------------------------------
   422 // -----------------------------------------------------------------------------