javamanager/javainstaller/appinstuiplugin/src/javainstalllauncher.cpp
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
child 65 ae942d28ec0e
--- a/javamanager/javainstaller/appinstuiplugin/src/javainstalllauncher.cpp	Thu Jul 15 18:31:06 2010 +0300
+++ b/javamanager/javainstaller/appinstuiplugin/src/javainstalllauncher.cpp	Thu Aug 19 09:48:13 2010 +0300
@@ -228,7 +228,7 @@
 
     // Do NOT close rJavaInstaller now -> the caller gets notification when the
     // process actually closes.
-    iHandlesToClose.Append(rJavaInstaller);
+    iHandlesToClose.AppendL(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.Append(rJavaInstaller);
+    iHandlesToClose.AppendL(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.Append(rJavaInstaller);
+    iHandlesToClose.AppendL(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.Append(rJavaInstaller);
+    iHandlesToClose.AppendL(rJavaInstaller);
 }
 
 TBool CJavaInstallLauncher::IsAppShellUpdate()
@@ -619,7 +619,7 @@
     // Open UI env and resource file.
     if (!iEik)
     {
-        iEik = CEikonEnv::Static();
+        iEik = CEikonEnv::Static();  // codescanner::eikonenvstatic
     }
     if (!iEik)
     {