appinstaller/AppinstUi/Daemon/Src/main.cpp
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
    41     {
    41     {
    42     FLOG( _L("Daemon: MainL start") );  
    42     FLOG( _L("Daemon: MainL start") );  
    43     FLOG( _L("Daemon: Rename thread to SWI Daemon") );
    43     FLOG( _L("Daemon: Rename thread to SWI Daemon") );
    44     // Rename thread as SWI Daemon.
    44     // Rename thread as SWI Daemon.
    45     User::RenameThread( KSWIDaemonInstaller );  
    45     User::RenameThread( KSWIDaemonInstaller );  
    46 
    46   
    47     // For uninstaller
    47     // For uninstaller
    48     // Set status to installing just to be sure that uninstaller 
    48     // Set status to installing just to be sure that uninstaller 
    49     // do not run before installing in complete.
    49     // do not run before installing in complete.
    50     CProgramStatus* mainStatus = CProgramStatus::NewLC( EStateInstalling ); 
    50     CProgramStatus* mainStatus = CProgramStatus::NewLC( EStateInstalling ); 
    51   
    51