equal
deleted
inserted
replaced
21 #ifndef CMTPOBJECTMGR_H |
21 #ifndef CMTPOBJECTMGR_H |
22 #define CMTPOBJECTMGR_H |
22 #define CMTPOBJECTMGR_H |
23 |
23 |
24 #include <e32base.h> |
24 #include <e32base.h> |
25 #include <mtp/mmtpobjectmgr.h> |
25 #include <mtp/mmtpobjectmgr.h> |
26 |
|
27 #include "mtpdebug.h" |
|
28 |
26 |
29 #include "cmtpobjectstore.h" |
27 #include "cmtpobjectstore.h" |
30 |
28 |
31 class CMTPObjectStore; |
29 class CMTPObjectStore; |
32 class RFs; |
30 class RFs; |
93 void ConstructL(); |
91 void ConstructL(); |
94 |
92 |
95 private: // Owned |
93 private: // Owned |
96 |
94 |
97 /** |
95 /** |
98 FLOGGER debug trace member variable. |
|
99 */ |
|
100 __FLOG_DECLARATION_MEMBER_MUTABLE; |
|
101 |
|
102 /** |
|
103 The object meta data store. |
96 The object meta data store. |
104 */ |
97 */ |
105 CMTPObjectStore* iObjectStore; |
98 CMTPObjectStore* iObjectStore; |
106 }; |
99 }; |
107 |
100 |