launcher/inc/launcherappui.h
branchRCL_3
changeset 11 454d022d514b
parent 5 685c7418c584
equal deleted inserted replaced
9:404ad6c9bc20 11:454d022d514b
    22 // INCLUDES
    22 // INCLUDES
    23 #include <eikapp.h>
    23 #include <eikapp.h>
    24 #include <eikdoc.h>
    24 #include <eikdoc.h>
    25 #include <e32std.h>
    25 #include <e32std.h>
    26 #include <coeccntx.h>
    26 #include <coeccntx.h>
    27 #include <aknviewappui.h>
    27 #include <aknViewAppUi.h>
    28 #include <akntabgrp.h>
    28 #include <akntabgrp.h>
    29 #include <aknnavide.h>
    29 #include <aknnavide.h>
    30 #include "../symbian_version.hrh"
    30 #include "../symbian_version.hrh"
    31 #if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 )
    31 #if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 )
    32 #include <SendUi.h>
    32 #include <sendui.h>
    33 #endif 
    33 #endif 
    34 #include "LauncherEngine.h"
    34 #include "launcherengine.h"
    35 
    35 
    36 // FORWARD DECLARATIONS
    36 // FORWARD DECLARATIONS
    37 class CLauncherContainerApps;
    37 class CLauncherContainerApps;
    38 class CLauncherEngine;
    38 class CLauncherEngine;
    39 
    39