VirtualBox

Ignore:
Timestamp:
Jan 24, 2023 4:02:15 PM (23 months ago)
Author:
vboxsync
Message:

Main/src-server: rc -> hrc/vrc (partial). bugref:10223

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp

    r98288 r98289  
    726726            hrc = i_writeCloudImpl(m->locInfo, progress);
    727727        }
    728         catch (HRESULT aRC)
    729         {
    730             hrc = aRC;
     728        catch (HRESULT hrcXcpt)
     729        {
     730            hrc = hrcXcpt;
    731731        }
    732732
     
    816816
    817817        }
    818         catch (HRESULT aRC)
    819         {
    820             hrc = aRC;
     818        catch (HRESULT hrcXcpt)
     819        {
     820            hrc = hrcXcpt;
    821821        }
    822822
     
    28162816        hrc = setError(VBOX_E_FILE_ERROR, x.what());
    28172817    }
    2818     catch (HRESULT aRC)
    2819     {
    2820         hrc = aRC;
     2818    catch (HRESULT hrcXcpt)
     2819    {
     2820        hrc = hrcXcpt;
    28212821    }
    28222822
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette