VirtualBox

Changeset 49594 in vbox


Ignore:
Timestamp:
Nov 21, 2013 5:03:49 AM (11 years ago)
Author:
vboxsync
Message:

pr7072. fix in using com::ErrorInfo.

File:
1 edited

Legend:

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

    r49586 r49594  
    24162416                    }
    24172417                }
    2418                 catch (HRESULT arc)
     2418                catch (HRESULT /*arc*/)
    24192419                {
    24202420                    throw;
     
    24802480                                               pProgress);
    24812481                    if (FAILED(rc)) throw rc;
    2482 
    2483 
    24842482
    24852483                    /* Advance to the next operation. */
     
    29642962        catch(HRESULT aRC)
    29652963        {
    2966             com::ErrorInfo info(this, COM_IIDOF(IAppliance));
     2964            com::ErrorInfo info;
    29672965
    29682966            if (stack.fSessionOpen)
     
    32533251        catch(HRESULT  aRC)
    32543252        {
    3255             com::ErrorInfo info(this, COM_IIDOF(IAppliance));
     3253            com::ErrorInfo info;
    32563254
    32573255            if (stack.fSessionOpen)
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