equal
deleted
inserted
replaced
20 #define DIALOGWRAPPER_H |
20 #define DIALOGWRAPPER_H |
21 |
21 |
22 // INCLUDES |
22 // INCLUDES |
23 #include <e32base.h> |
23 #include <e32base.h> |
24 #include <f32file.h> |
24 #include <f32file.h> |
25 #include <barsc.h> |
25 // TODO probably removed in 10.1 |
|
26 // #include <barsc.h> |
26 #include "dialogwatcher.h" |
27 #include "dialogwatcher.h" |
27 |
28 |
28 namespace Swi |
29 namespace Swi |
29 { |
30 { |
30 |
31 |
105 */ |
106 */ |
106 HBufC* ReadResourceLC( TInt aResourceId ); |
107 HBufC* ReadResourceLC( TInt aResourceId ); |
107 |
108 |
108 private: // Data |
109 private: // Data |
109 |
110 |
110 RResourceFile iResourceFile; |
111 //RResourceFile iResourceFile; |
111 RFs& iFs; |
112 RFs& iFs; |
112 TInt iNoteId; |
113 TInt iNoteId; |
113 TInt iDisableAllNotes; |
114 TInt iDisableAllNotes; |
114 CDialogWatcher* iWatcher; |
115 CDialogWatcher* iWatcher; |
115 }; |
116 }; |