ipsservices/ipssosaoplugin/inc/IpsSosAOPlugin.hrh
branchRCL_3
changeset 24 d189ee25cf9d
parent 0 8466d47a6819
child 25 3533d4323edc
equal deleted inserted replaced
23:dcf0eedfc1a3 24:d189ee25cf9d
    15 *     Contains mailbox specified always online logic
    15 *     Contains mailbox specified always online logic
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 #ifndef IPSSOSAOPLUGIN_HRH_
    20 #ifndef IPSSOSAOPLUGIN_HRH
    21 #define IPSSOSAOPLUGIN_HRH_
    21 #define IPSSOSAOPLUGIN_HRH
    22 
    22 
    23 const TInt KIpsSosAOMaxStateCycles = 50;
    23 const TInt KIpsSosAOMaxStateCycles = 50;
    24 const TInt KIpsSosAOStartDelaySeconds = 60;
    24 const TInt KIpsSosAOStartDelaySeconds = 60;
    25 const TInt KIpsSosAOReTryInterval = 60;
    25 const TInt KIpsSosAOReTryInterval = 60;
    26 const TInt KIpsSosAOMaxReTryTimes = 3;
    26 const TInt KIpsSosAOMaxReTryTimes = 3;
    27 const TInt KIpsSosAOSuspendWatchdogTime = 300;
    27 const TInt KIpsSosAOSuspendWatchdogTime = 300;
    28 const TInt KIpsSosAOContinueWaitTime = 5;
    28 const TInt KIpsSosAOContinueWaitTime = 5;
    29 
    29 const TInt KAODefaultInboxSyncTimeSecs = 3600;
    30 const TInt IpsSosAODefaultGranularity = 2;
    30 const TInt IpsSosAODefaultGranularity = 2;
    31 
    31 
    32 
    32 
    33 
    33 
    34 #endif /*IPSSOSAOPLUGIN_HRH_*/
    34 #endif /*IPSSOSAOPLUGIN_HRH*/