emailservices/emailservermonitor/inc/emailshutdownconst.hrh
branchGCC_SURGE
changeset 55 cdd802add233
parent 28 011f79704660
parent 54 997a02608b3a
equal deleted inserted replaced
28:011f79704660 55:cdd802add233
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 * Constant definitions for Cmail shutdown
       
    16 *
       
    17 */
       
    18 
       
    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