emailservices/emailframework/inc/CFSMailBrand.h
branchRCL_3
changeset 24 d189ee25cf9d
parent 8 e1b6206813b4
child 25 3533d4323edc
equal deleted inserted replaced
23:dcf0eedfc1a3 24:d189ee25cf9d
    18 
    18 
    19 #ifndef CFSMAILBRAND_H
    19 #ifndef CFSMAILBRAND_H
    20 #define CFSMAILBRAND_H
    20 #define CFSMAILBRAND_H
    21 
    21 
    22 // INCLUDES
    22 // INCLUDES
    23 #include "mailbrandmanager.hrh"		// TFSBrandElement
    23 #include "MailBrandManager.hrh"		// TFSBrandElement
    24 #include <gdi.h>
    24 #include <gdi.h>
    25 #include <badesca.h>
    25 #include <badesca.h>
    26 
    26 
    27 // FORWARD DECLARATIONS
    27 // FORWARD DECLARATIONS
    28 class TResourceReader;
    28 class TResourceReader;
    32  *  email framework brand container class
    32  *  email framework brand container class
    33  *
    33  *
    34  *  @lib FSFWCommonLib
    34  *  @lib FSFWCommonLib
    35  *  @since S60 v3.1
    35  *  @since S60 v3.1
    36  */
    36  */
    37 class CFSMailBrand : public CBase
    37 NONSHARABLE_CLASS ( CFSMailBrand ): public CBase
    38 	{
    38 	{
    39 
    39 
    40 public:
    40 public:
    41 		
    41 		
    42     /**
    42     /**