equal
deleted
inserted
replaced
14 * Description: Implementation of applicationmanagement components |
14 * Description: Implementation of applicationmanagement components |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 // CLASS HEADER |
18 // CLASS HEADER |
19 #include "ApplicationManagementJavaUtility.h" |
19 |
20 #include <debug.h> |
|
21 #include <e32property.h> |
20 #include <e32property.h> |
22 #include <javadomainpskeys.h> |
21 #include <javadomainpskeys.h> |
23 #include <javaregistryincludes.h> |
22 #include <javaregistryincludes.h> |
24 #include <appversion.h> |
23 #include <appversion.h> |
25 // EXTERNAL INCLUDES |
24 #include "ApplicationManagementJavaUtility.h" |
26 //#include <mjavaregistry.h> |
25 #include "debug.h" |
27 |
|
28 // INTERNAL INCLUDES |
26 // INTERNAL INCLUDES |
29 |
27 |
30 |
28 |
31 using namespace NApplicationManagement; |
29 using namespace NApplicationManagement; |
32 |
30 |