javamanager/preinstaller/src.s60/main.cpp
changeset 35 85266cc22c7f
parent 21 2a9601315dfc
child 83 26b2b12093af
child 87 1627c337e51e
equal deleted inserted replaced
26:dc7c549001d5 35:85266cc22c7f
   117     // Initialize the MIDlet preinstaller
   117     // Initialize the MIDlet preinstaller
   118     si->Start();
   118     si->Start();
   119 
   119 
   120     // Start active scheduler. Preinstallation starts.
   120     // Start active scheduler. Preinstallation starts.
   121     LOG(EJavaPreinstaller, EInfo, "startPreinstallationL: Starting CActiveScheduler");
   121     LOG(EJavaPreinstaller, EInfo, "startPreinstallationL: Starting CActiveScheduler");
   122     CActiveScheduler::Start();
   122     CActiveScheduler::Start(); // codescanner::activestart
   123 
   123 
   124     // Now preinstallation has been done
   124     // Now preinstallation has been done
   125     LOG(EJavaPreinstaller, EInfo, "startPreinstallationL: Cleaning up");
   125     LOG(EJavaPreinstaller, EInfo, "startPreinstallationL: Cleaning up");
   126     TInt err = fs.Delete(KConversionOngoing);
   126     TInt err = fs.Delete(KConversionOngoing);
   127     LOG1(EJavaPreinstaller,
   127     LOG1(EJavaPreinstaller,