htiui/HtiServicePlugins/HtiAppServicePlugin/src/HtiAppControl.cpp
branchRCL_3
changeset 3 2703485a934c
parent 0 d6fe6244b863
child 11 454d022d514b
equal deleted inserted replaced
0:d6fe6244b863 3:2703485a934c
    27 #include <badesca.h>
    27 #include <badesca.h>
    28 #include <f32file.h>
    28 #include <f32file.h>
    29 
    29 
    30 #include "HtiAppControl.h"
    30 #include "HtiAppControl.h"
    31 #include <HtiDispatcherInterface.h>
    31 #include <HtiDispatcherInterface.h>
    32 #include <HTILogging.h>
    32 #include <HtiLogging.h>
    33 
    33 
    34 #include <swinstapi.h>
    34 #include <SWInstApi.h>
    35 #include <swi/sisregistrysession.h>
    35 #include <swi/sisregistrysession.h>
    36 #include <swi/sisregistrypackage.h>
    36 #include <swi/sisregistrypackage.h>
    37 #if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 )
    37 #if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 )
    38     #include <javaregistryincludes.h>
    38     #include <javaregistryincludes.h>
    39 #endif
    39 #endif
    40 #include <widgetregistryclient.h>
    40 #include <WidgetRegistryClient.h>
    41 
    41 
    42 #if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 )
    42 #if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 )
    43     using namespace Java;
    43     using namespace Java;
    44 #endif
    44 #endif
    45 
    45