javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/uninstall/steps/FinalizeUninstallation.java
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
child 83 26b2b12093af
equal deleted inserted replaced
59:e5618cc85d74 60:6c158198356e
   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 
   105         ball.log("Application suite with uid " + ball.iSuite.getUid() +
   109         ball.log("Application suite with uid " + ball.iSuite.getUid() +
   106                  " successfully uninstalled.");
   110                  " successfully uninstalled.");
   107     }
   111     }
   108 
   112 
   109     public void cancel(ExeBall aBall)
   113     public void cancel(ExeBall aBall)