ipsservices/ipssosaoplugin/src/IpsSosAOSchedulerUtils.cpp
changeset 59 16ed8d08d0b1
parent 23 2dc6caa42ec3
equal deleted inserted replaced
54:997a02608b3a 59:16ed8d08d0b1
    14 * Description: 
    14 * Description: 
    15 *     Functions to calculate timer intervals
    15 *     Functions to calculate timer intervals
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 #include "ipssosaopluginheaders.h"
    20 #include "emailtrace.h"
       
    21 #include "IpsSosAOSchedulerUtils.h"
       
    22 //<QMail>
       
    23 #include "IpsSosAOSettingsHandler.h"
       
    24 //</QMail>
       
    25 
       
    26 
    20 
    27 const TInt KAOSecondsIn24Hours = 86400;
    21 const TInt KAOSecondsIn24Hours = 86400;
    28 //const TUint KAOEveryDayMask = 0x7f;
    22 //const TUint KAOEveryDayMask = 0x7f;
    29 const TInt KA0DaysInWeek = 7;
    23 const TInt KA0DaysInWeek = 7;
    30 
    24