diff -r 011f79704660 -r cdd802add233 inc/emailshutdownconst.hrh --- a/inc/emailshutdownconst.hrh Fri Jun 11 16:23:29 2010 +0100 +++ b/inc/emailshutdownconst.hrh Thu Jul 22 16:30:28 2010 +0100 @@ -16,4 +16,16 @@ * */ -#include "../emailservices/emailservermonitor/inc/emailshutdownconst.hrh" +#ifndef EMAILSHUTDOWNCONST_HRH +#define EMAILSHUTDOWNCONST_HRH + + +// Publish & Subscribe category for Cmail shutdown events, needs to be the +// same as UID of the process that implements the shutdown functionality +#define KEmailShutdownUidAsTInt 0x20025FAD + +// Executable name of the process that implements the shutdown functionality +#define KEmailShutdownProcessExeName emailservermonitor.exe + + +#endif // EMAILSHUTDOWNCONST_HRH