equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: Declaration of class CCodAppUi. |
14 * Description: Declaration of class CCodAppUi. |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
|
19 #ifndef COD_APP_UI_H |
18 #ifndef COD_APP_UI_H |
20 #define COD_APP_UI_H |
19 #define COD_APP_UI_H |
21 |
20 |
22 // INCLUDES |
21 // INCLUDES |
23 |
22 |
24 #include <e32base.h> |
23 #include <e32base.h> |
25 #include <aknappui.h> |
24 #include <AknAppUi.h> |
26 #include <AknServerApp.h> |
25 #include <AknServerApp.h> |
27 #include <CodLoadObserver.h> |
26 #include "CodLoadObserver.h" |
28 #include "CodWaitDialog.h" |
27 #include "CodWaitDialog.h" |
29 |
28 |
30 // FORWARD DECLARATIONS |
29 // FORWARD DECLARATIONS |
31 |
30 |
32 class CCodView; |
31 class CCodView; |