mmsharing/mmshavailability/inc/musavaregisteravailability.h
branchRCL_3
changeset 23 bc78a40cd63c
parent 22 73a1feb507fb
equal deleted inserted replaced
22:73a1feb507fb 23: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: 15.1.5 % << Don't touch! Updated by Synergy at check-out.
     8 *  Version     : %version: 15.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:
    24 
    24 
    25 #include "musunittesting.h"
    25 #include "musunittesting.h"
    26 #include "musavaavailability.h"
    26 #include "musavaavailability.h"
    27 #include "musavasipconnectionadapter.h"
    27 #include "musavasipconnectionadapter.h"
    28 #include "musavasipprofileregistryadapter.h"
    28 #include "musavasipprofileregistryadapter.h"
       
    29 #include "mussettingskeys.h"
    29 #include <sipprofileregistryobserver.h>
    30 #include <sipprofileregistryobserver.h>
    30 #include <e32base.h>
    31 #include <e32base.h>
    31 
    32 
    32 
    33 
    33 class CMusAvaSettingsImp;
    34 class CMusAvaSettingsImp;
   201 	*
   202 	*
   202 	* @return ETrue if SIP Profile is registred; 
   203 	* @return ETrue if SIP Profile is registred; 
   203 	* EFalse otherwise
   204 	* EFalse otherwise
   204 	*/
   205 	*/
   205     TBool RegistrationStatusL();
   206     TBool RegistrationStatusL();
   206 
   207     
   207 private: // Data
   208 private: // Data
   208 
   209 
   209     /**
   210     /**
   210      * Pointer to CMusAvaSharedObject object
   211      * Pointer to CMusAvaSharedObject object
   211      */
   212      */
   224     /**
   225     /**
   225      * Pointer to CSIPConnection object
   226      * Pointer to CSIPConnection object
   226      */
   227      */
   227      CSIPConnection* iConnection;
   228      CSIPConnection* iConnection;
   228 
   229 
   229 
   230      MusSettingsKeys::TOperatorVariant iOperatorVariant;
   230     MUS_UNITTEST( UT_CMusAvaRegisterAvailability )
   231     MUS_UNITTEST( UT_CMusAvaRegisterAvailability )
   231     };
   232     };
   232 
   233 
   233 
   234 
   234 #endif // __MUSAVAREGISTERAVAILABILITY_H__
   235 #endif // __MUSAVAREGISTERAVAILABILITY_H__