appinstaller/AppinstUi/Daemon/Src/versionRevisor.cpp
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
   108     TInt CVersionRevisor::StartProcessL()
   108     TInt CVersionRevisor::StartProcessL()
   109         {  
   109         {  
   110         FLOG( _L("[VersionRev] StartProcessL start") );        
   110         FLOG( _L("[VersionRev] StartProcessL start") );        
   111         TInt err = KErrNone;
   111         TInt err = KErrNone;
   112         
   112         
   113 //#ifdef _DEBUG        
       
   114 //FLOG( _L("[VersionRev] FOR TESTING: STARTUP REASON = Firmwareupdate ! ! !") );          
       
   115 //iStartupReason = EFirmwareUpdate;
       
   116 //#endif
       
   117 
       
   118         // If firmware update is done, start scan process.
   113         // If firmware update is done, start scan process.
   119          if( iStartupReason == EFirmwareUpdate )
   114          if( iStartupReason == EFirmwareUpdate )
   120               {                             
   115               {                             
   121               iSisUninstaller = 
   116               iSisUninstaller = 
   122                   CSisPkgUninstaller::NewL( *iProgramStatus, *this );  
   117                   CSisPkgUninstaller::NewL( *iProgramStatus, *this );