mmsharing/mmshavailability/inc/musavasip.h
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  This is client interface class for SIP-server 
    14 * Description:  This is client interface class for SIP-server 
    15 *  Version     : %version: 24 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: 23 % << Don't touch! Updated by Synergy at check-out.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 #ifndef __MUSAVASIP_H__
    20 #ifndef __MUSAVASIP_H__
   221      *
   221      *
   222      * @return Pointer to resolver utility object. Make sure to be prepared 
   222      * @return Pointer to resolver utility object. Make sure to be prepared 
   223      *         that this pointer is NULL.
   223      *         that this pointer is NULL.
   224      */
   224      */
   225     CMusAvaClientResolverUtil* ClientResolverUtil() const;
   225     CMusAvaClientResolverUtil* ClientResolverUtil() const;
       
   226     
       
   227     /**
       
   228     * Deletes unnecessary CSIPConnection   
       
   229     */
       
   230     void DeleteSIPConnection();
   226 
   231 
   227 
   232 
   228 private:
   233 private:
   229 	
   234 	
   230 	 /**
   235 	 /**