equal
deleted
inserted
replaced
21 #ifndef CMTPDATACODEGENERATOR_H_ |
21 #ifndef CMTPDATACODEGENERATOR_H_ |
22 #define CMTPDATACODEGENERATOR_H_ |
22 #define CMTPDATACODEGENERATOR_H_ |
23 |
23 |
24 #include <e32base.h> |
24 #include <e32base.h> |
25 #include <mtp/mmtpdatacodegenerator.h> |
25 #include <mtp/mmtpdatacodegenerator.h> |
26 |
26 #include "rmtpframework.h" |
27 |
|
28 |
|
29 #include "mtpdebug.h" |
|
30 |
|
31 class RMTPFramework; |
|
32 |
27 |
33 |
28 |
34 class CMTPDataCodeGenerator : |
29 class CMTPDataCodeGenerator : |
35 public CBase, |
30 public CBase, |
36 public MMTPDataCodeGenerator |
31 public MMTPDataCodeGenerator |
54 TBool IsValidServiceType( const TUint aServiceType ) const; |
49 TBool IsValidServiceType( const TUint aServiceType ) const; |
55 |
50 |
56 private: |
51 private: |
57 |
52 |
58 /** |
53 /** |
59 FLOGGER debug trace member variable. |
|
60 */ |
|
61 __FLOG_DECLARATION_MEMBER_MUTABLE; |
|
62 |
|
63 /** |
|
64 The framework singletons. |
54 The framework singletons. |
65 */ |
55 */ |
66 RMTPFramework iSingletons; |
56 RMTPFramework iSingletons; |
67 |
57 |
68 /* |
58 /* |