ipsservices/ipssosaoplugin/inc/IpsSosAOPlugin.hrh
changeset 0 8466d47a6819
child 24 d189ee25cf9d
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     1 /*
       
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *     Contains mailbox specified always online logic
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef IPSSOSAOPLUGIN_HRH_
       
    21 #define IPSSOSAOPLUGIN_HRH_
       
    22 
       
    23 const TInt KIpsSosAOMaxStateCycles = 50;
       
    24 const TInt KIpsSosAOStartDelaySeconds = 60;
       
    25 const TInt KIpsSosAOReTryInterval = 60;
       
    26 const TInt KIpsSosAOMaxReTryTimes = 3;
       
    27 const TInt KIpsSosAOSuspendWatchdogTime = 300;
       
    28 const TInt KIpsSosAOContinueWaitTime = 5;
       
    29 
       
    30 const TInt IpsSosAODefaultGranularity = 2;
       
    31 
       
    32 
       
    33 
       
    34 #endif /*IPSSOSAOPLUGIN_HRH_*/