equal
deleted
inserted
replaced
51 /** |
51 /** |
52 * The Key Catcher sits sits on top of the control stack and does some basic, primary processing |
52 * The Key Catcher sits sits on top of the control stack and does some basic, primary processing |
53 * of all key presses. ` |
53 * of all key presses. ` |
54 */ |
54 */ |
55 class CAknFepKeyCatcher : |
55 class CAknFepKeyCatcher : |
56 |
56 public CAknFepKeyCatcherInterface |
57 #ifdef RD_SCALABLE_UI_V2 |
57 #ifdef RD_SCALABLE_UI_V2 |
58 public MCoeMessageMonitorObserver, |
58 ,public MCoeMessageMonitorObserver |
59 #endif //RD_SCALABLE_UI_V2 |
59 #endif //RD_SCALABLE_UI_V2 |
60 public CAknFepKeyCatcherInterface |
60 |
61 { |
61 { |
62 |
62 |
63 private: |
63 private: |
64 /** |
64 /** |
65 * values for the flags required to maintain the internal |
65 * values for the flags required to maintain the internal |