mmsharing/mmshengine/tsrc/ut_engine/inc/sipprofilealrcontroller.h
branchRCL_3
changeset 23 bc78a40cd63c
parent 22 73a1feb507fb
equal deleted inserted replaced
22:73a1feb507fb 23:bc78a40cd63c
     1 /*
     1 /*
     2 * Copyright (c) 2005-2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009 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".
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 
       
    18 
    17 
    19 #ifndef CSIPPROFILEALRCONTROLLER_H
    18 #ifndef CSIPPROFILEALRCONTROLLER_H
    20 #define CSIPPROFILEALRCONTROLLER_H
    19 #define CSIPPROFILEALRCONTROLLER_H
    21 
    20 
    22 // INCLUDES
    21 // INCLUDES
    44 */
    43 */
    45 class CSipProfileAlrController : public CBase
    44 class CSipProfileAlrController : public CBase
    46     {
    45     {
    47     public: // Data only in MuS Engine's unit testing stub
    46     public: // Data only in MuS Engine's unit testing stub
    48     
    47     
    49         TBool iAllowMigrationCalled;
    48 		TBool iAllowMigrationCalled;
    50         TBool iDisallowMigrationCalled;
    49         TBool iDisallowMigrationCalled;
    51         TUint32 iLastUsedIap;
    50         TUint32 iLastUsedIap;
    52         
    51         
    53     public: // Constructors and destructor
    52     public: // Constructors and destructor
    54     
    53