emailservices/emailserver/cmailhandlerplugin/src/fsmailmtmhandler.cpp
branchRCL_3
changeset 8 e1b6206813b4
parent 0 8466d47a6819
equal deleted inserted replaced
4:e7aa27f58ae1 8:e1b6206813b4
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 //<cmail>
    19 //<cmail>
    20 #include "emailtrace.h"
    20 #include "emailtrace.h"
    21 #include "CFSMailClient.h"
    21 #include "cfsmailclient.h"
    22 //</cmail>
    22 //</cmail>
    23 #include <e32base.h> // needed because of the following hrh
    23 #include <e32base.h> // needed because of the following hrh
    24 #include <data_caging_path_literals.hrh> // KDC_MTM_INFO_FILE_DIR
    24 #include <data_caging_path_literals.hrh> // KDC_MTM_INFO_FILE_DIR
    25 #include <mtclreg.h>
    25 #include <mtclreg.h>
    26 #include <w32std.h>
    26 #include <w32std.h>
    34 #include "fsmailmtmhandler.h"
    34 #include "fsmailmtmhandler.h"
    35 
    35 
    36 
    36 
    37 // FREESTYLE EMAIL FRAMEWORK INCLUDES
    37 // FREESTYLE EMAIL FRAMEWORK INCLUDES
    38 //<cmail>
    38 //<cmail>
    39 #include "CFSMailClient.h"
    39 #include "cfsmailclient.h"
    40 #include "MFSMailBrandManager.h"
    40 #include "mfsmailbrandmanager.h"
    41 //</cmail>
    41 //</cmail>
    42 
    42 
    43 
    43 
    44 #define ARRAY_SIZE(a) sizeof(a)/sizeof(a[0])
    44 #define ARRAY_SIZE(a) sizeof(a)/sizeof(a[0])
    45 
    45