javamanager/javainstaller/appinstuiplugin/src/javainstalllauncher.cpp
branchRCL_3
changeset 83 26b2b12093af
parent 71 d5e927d5853b
--- a/javamanager/javainstaller/appinstuiplugin/src/javainstalllauncher.cpp	Wed Sep 15 12:05:25 2010 +0300
+++ b/javamanager/javainstaller/appinstuiplugin/src/javainstalllauncher.cpp	Wed Oct 13 14:23:59 2010 +0300
@@ -26,7 +26,7 @@
 
 #include <CUIUtils.h>
 #include <eikenv.h>
-#include <sisxuidata.rsg>
+#include <SisxUIData.rsg>
 
 #include <javadomainpskeys.h>
 
@@ -228,7 +228,7 @@
 
     // Do NOT close rJavaInstaller now -> the caller gets notification when the
     // process actually closes.
-    iHandlesToClose.AppendL(rJavaInstaller);
+    iHandlesToClose.Append(rJavaInstaller);
 }
 
 void CJavaInstallLauncher::SilentInstallL(RFile& aFile,
@@ -410,7 +410,7 @@
 
     // Do NOT close rJavaInstaller now -> the caller gets notification when the
     // process actually closes.
-    iHandlesToClose.AppendL(rJavaInstaller);
+    iHandlesToClose.Append(rJavaInstaller);
 }
 
 void CJavaInstallLauncher::UninstallL(const TUid& aUid, const TDesC8&, /*aMIME*/
@@ -451,7 +451,7 @@
 
     // Do NOT close rJavaInstaller now -> the caller gets notification when the
     // process actually closes.
-    iHandlesToClose.AppendL(rJavaInstaller);
+    iHandlesToClose.Append(rJavaInstaller);
 }
 
 void CJavaInstallLauncher::SilentUninstallL(const TUid& aUid, const TDesC8&, /*aMIME*/
@@ -539,7 +539,7 @@
 
     // Do NOT close rJavaInstaller now -> the caller gets notification when the
     // process actually closes.
-    iHandlesToClose.AppendL(rJavaInstaller);
+    iHandlesToClose.Append(rJavaInstaller);
 }
 
 TBool CJavaInstallLauncher::IsAppShellUpdate()
@@ -619,7 +619,7 @@
     // Open UI env and resource file.
     if (!iEik)
     {
-        iEik = CEikonEnv::Static();  // codescanner::eikonenvstatic
+        iEik = CEikonEnv::Static();
     }
     if (!iEik)
     {