equal
deleted
inserted
replaced
22 #ifndef CMTPPICTBRIDGEUSBCONNECTION_H |
22 #ifndef CMTPPICTBRIDGEUSBCONNECTION_H |
23 #define CMTPPICTBRIDGEUSBCONNECTION_H |
23 #define CMTPPICTBRIDGEUSBCONNECTION_H |
24 |
24 |
25 #include <e32base.h> |
25 #include <e32base.h> |
26 #include <e32property.h> |
26 #include <e32property.h> |
27 #include "mtpdebug.h" |
|
28 |
27 |
29 |
28 |
30 // FORWARD DECLARATION |
29 // FORWARD DECLARATION |
31 class CMTPPictBridgePrinter; |
30 class CMTPPictBridgePrinter; |
32 |
31 |
78 |
77 |
79 private: |
78 private: |
80 CMTPPictBridgePrinter& iPrinter; |
79 CMTPPictBridgePrinter& iPrinter; |
81 RProperty iProperty; |
80 RProperty iProperty; |
82 TInt iPreviousPersonality; |
81 TInt iPreviousPersonality; |
83 /** |
|
84 FLOGGER debug trace member variable. |
|
85 */ |
|
86 __FLOG_DECLARATION_MEMBER_MUTABLE; |
|
87 }; |
82 }; |
88 |
83 |
89 #endif |
84 #endif |
90 |
85 |