equal
deleted
inserted
replaced
21 |
21 |
22 // INCLUDES |
22 // INCLUDES |
23 #include <e32base.h> |
23 #include <e32base.h> |
24 #include <barsc.h> |
24 #include <barsc.h> |
25 |
25 |
26 #include "mfsmailbrandmanager.h" |
26 #include "MFSMailBrandManager.h" |
27 |
27 |
28 // FORWARD DECLARATIONS |
28 // FORWARD DECLARATIONS |
29 class TResourceReader; |
29 class TResourceReader; |
30 class CFSMailClient; |
30 class CFSMailClient; |
31 class CFSMailBox; |
31 class CFSMailBox; |
35 * Branding manager implementation header. |
35 * Branding manager implementation header. |
36 * |
36 * |
37 * @lib FSFWCommonLib |
37 * @lib FSFWCommonLib |
38 * @since S60 v3.1 |
38 * @since S60 v3.1 |
39 */ |
39 */ |
40 class CFSMailBrandManagerImpl : public CBase, public MFSMailBrandManager |
40 NONSHARABLE_CLASS ( CFSMailBrandManagerImpl ) : public CBase, public MFSMailBrandManager |
41 { |
41 { |
42 public: |
42 public: |
43 |
43 |
44 /** |
44 /** |
45 * Two-phased constructor. |
45 * Two-phased constructor. |