equal
deleted
inserted
replaced
22 #include <e32std.h> |
22 #include <e32std.h> |
23 #include <e32base.h> |
23 #include <e32base.h> |
24 #include <coecntrl.h> |
24 #include <coecntrl.h> |
25 #include <eikenv.h> |
25 #include <eikenv.h> |
26 #include <AknIconUtils.h> |
26 #include <AknIconUtils.h> |
|
27 |
|
28 #include <touchfeedback.h> |
|
29 #include <touchlogicalfeedback.h> |
|
30 |
27 #include <freestyleemailui.mbg> |
31 #include <freestyleemailui.mbg> |
28 #include "FreestyleEmailUiUtilities.h" |
32 #include "FreestyleEmailUiUtilities.h" |
29 |
33 |
30 // forward declarations. |
34 // forward declarations. |
31 class RWsSession; |
35 class RWsSession; |
91 private: |
95 private: |
92 |
96 |
93 CFbsBitmap* iBitmap; |
97 CFbsBitmap* iBitmap; |
94 CFbsBitmap* iMask; |
98 CFbsBitmap* iMask; |
95 MOverlayControlObserver* iObserver; |
99 MOverlayControlObserver* iObserver; |
|
100 // tactile feed back -- not owned |
|
101 MTouchFeedback* iTouchFeedBack; |
96 }; |
102 }; |
97 |
103 |
98 #endif // CTESTOVERLAYCONTROL_H |
104 #endif // CTESTOVERLAYCONTROL_H |