codhandler/codui/inc/CodAppUi.h
branchRCL_3
changeset 93 79859ed3eea9
parent 37 cb62a4f66ebe
child 94 919f36ff910f
equal deleted inserted replaced
92:e1bea15f9a39 93:79859ed3eea9
    13 *
    13 *
    14 * Description:  Declaration of class CCodAppUi.
    14 * Description:  Declaration of class CCodAppUi.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 
    18 #ifndef COD_APP_UI_H
    19 #ifndef COD_APP_UI_H
    19 #define COD_APP_UI_H
    20 #define COD_APP_UI_H
    20 
    21 
    21 // INCLUDES
    22 // INCLUDES
    22 
    23 
    23 #include <e32base.h>
    24 #include <e32base.h>
    24 #include <AknAppUi.h>
    25 #include <aknappui.h>
    25 #include <AknServerApp.h>
    26 #include <AknServerApp.h>
    26 #include "CodLoadObserver.h"
    27 #include <CodLoadObserver.h>
    27 #include "CodWaitDialog.h"
    28 #include "CodWaitDialog.h"
    28 
    29 
    29 // FORWARD DECLARATIONS
    30 // FORWARD DECLARATIONS
    30 
    31 
    31 class CCodView;
    32 class CCodView;