codhandler/codui/inc/CodAppUi.h
changeset 37 cb62a4f66ebe
parent 0 dd21522fd290
child 65 5bfc169077b2
child 93 79859ed3eea9
equal deleted inserted replaced
36:0ed94ceaa377 37:cb62a4f66ebe
    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;