ipsservices/ipssosaoplugin/inc/IpsSosAOPlugin.hrh
changeset 23 2dc6caa42ec3
parent 0 8466d47a6819
child 62 a8c646b56683
equal deleted inserted replaced
20:ecc8def7944a 23:2dc6caa42ec3
    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;
    29 
    29 
    30 const TInt IpsSosAODefaultGranularity = 2;
    30 const TInt IpsSosAODefaultGranularity = 2;
    31 
    31 
    32 
    32 
    33 
    33 
    34 #endif /*IPSSOSAOPLUGIN_HRH_*/
    34 #endif /*IPSSOSAOPLUGIN_HRH*/