javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/uninstall/steps/FinalizeUninstallation.java
branchRCL_3
changeset 83 26b2b12093af
parent 60 6c158198356e
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
   100             for (int i = 0; i < appUids.length; i++)
   100             for (int i = 0; i < appUids.length; i++)
   101             {
   101             {
   102                 ball.log("Application with uid " + appUids[i] + " uninstalled");
   102                 ball.log("Application with uid " + appUids[i] + " uninstalled");
   103             }
   103             }
   104         }
   104         }
   105 
       
   106         // Add an entry to platform installation log.
       
   107         ball.iApplicationRegistrator.addInstallLogEntry(ball.iSuite, 1);
       
   108 
       
   109         ball.log("Application suite with uid " + ball.iSuite.getUid() +
   105         ball.log("Application suite with uid " + ball.iSuite.getUid() +
   110                  " successfully uninstalled.");
   106                  " successfully uninstalled.");
   111     }
   107     }
   112 
   108 
   113     public void cancel(ExeBall aBall)
   109     public void cancel(ExeBall aBall)