inc/emailshutdownconst.hrh
branchGCC_SURGE
changeset 55 cdd802add233
parent 20 ecc8def7944a
parent 54 997a02608b3a
equal deleted inserted replaced
28:011f79704660 55:cdd802add233
    14 * Description:
    14 * Description:
    15 * Constant definitions for Cmail shutdown
    15 * Constant definitions for Cmail shutdown
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 #include "../emailservices/emailservermonitor/inc/emailshutdownconst.hrh"
    19 #ifndef EMAILSHUTDOWNCONST_HRH
       
    20 #define EMAILSHUTDOWNCONST_HRH
       
    21 
       
    22 
       
    23 // Publish & Subscribe category for Cmail shutdown events, needs to be the
       
    24 // same as UID of the process that implements the shutdown functionality
       
    25 #define KEmailShutdownUidAsTInt 0x20025FAD
       
    26 
       
    27 // Executable name of the process that implements the shutdown functionality
       
    28 #define KEmailShutdownProcessExeName emailservermonitor.exe
       
    29 
       
    30 
       
    31 #endif // EMAILSHUTDOWNCONST_HRH