languageinterworkingfw/servicehandler/src/liwservicehandlerimpl.cpp
changeset 21 bcef26ca2be3
parent 10 a7062f7f0b79
child 35 418d2f9448b9
equal deleted inserted replaced
17:1ae7a60a5444 21:bcef26ca2be3
    33 #include "liwmenuslot.hrh"
    33 #include "liwmenuslot.hrh"
    34 #include "liwecommonitor.h"
    34 #include "liwecommonitor.h"
    35 #include "liwtlsdata.h"
    35 #include "liwtlsdata.h"
    36 #include "data_caging_path_literals.hrh"
    36 #include "data_caging_path_literals.hrh"
    37 
    37 
    38 #include "LiwXmlHandler.h"
    38 #include "liwxmlhandler.h"
    39 #include "LiwServiceData.h"
    39 #include "liwservicedata.h"
    40 
    40 
    41 #include <RTSecMgrScriptSession.h>
    41 #include <rtsecmgrscriptsession.h>
    42 
    42 
    43 // CONSTANTS
    43 // CONSTANTS
    44 // Max number of empty menu resource slots.
    44 // Max number of empty menu resource slots.
    45 const TInt KMaxMenuResources = 16;
    45 const TInt KMaxMenuResources = 16;
    46 
    46