ipsservices/ipssosaoplugin/inc/IpsSosAOImapPopLogic.h
changeset 23 2dc6caa42ec3
parent 18 578830873419
child 30 759dc5235cdb
equal deleted inserted replaced
20:ecc8def7944a 23:2dc6caa42ec3
    15 *     Logic for scheduled IMAP / POP sync
    15 *     Logic for scheduled IMAP / POP sync
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 #ifndef IPSSOSAOIMAPPOPLOGIC_H_
    20 #ifndef IPSSOSAOIMAPPOPLOGIC_H
    21 #define IPSSOSAOIMAPPOPLOGIC_H_
    21 #define IPSSOSAOIMAPPOPLOGIC_H
    22 
    22 
    23 #include <e32base.h> 
    23 #include <e32base.h> 
    24 #include <msvapi.h>
    24 #include <msvapi.h>
    25 
    25 
    26 class CIpsSosAOMBoxLogic;
    26 class CIpsSosAOMBoxLogic;
    37 * Always online settings. Handles Always online server commands and sends
    37 * Always online settings. Handles Always online server commands and sends
    38 * TMboxLogicCommands to mailboxes.
    38 * TMboxLogicCommands to mailboxes.
    39 * 
    39 * 
    40 * lib ipssosaoplugin.lib
    40 * lib ipssosaoplugin.lib
    41 */
    41 */
       
    42 //<Qmail>
    42 NONSHARABLE_CLASS (CIpsSosAOImapPopLogic) : public CBase
    43 NONSHARABLE_CLASS (CIpsSosAOImapPopLogic) : public CBase
       
    44 //</Qmail>
    43     {
    45     {
    44 
    46 
    45 public:
    47 public:
    46     
    48     
    47     /**
    49     /**
   148     // event is received, false when NWOpsAllowed is received
   150     // event is received, false when NWOpsAllowed is received
   149     TBool                               iNoNWOpsAllowed;
   151     TBool                               iNoNWOpsAllowed;
   150     
   152     
   151     };
   153     };
   152 
   154 
   153 #endif /* IPSSOSAOIMAPPOPLOGIC_H_*/
   155 #endif /* IPSSOSAOIMAPPOPLOGIC_H*/