equal
deleted
inserted
replaced
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 |