VirtualBox

Ignore:
Timestamp:
Jan 13, 2011 11:07:31 AM (14 years ago)
Author:
vboxsync
Message:

Frontends/VBoxHeadless/testcase: forgotten ErrorInfo fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxHeadless/testcase/tstHeadless.cpp

    r35517 r35521  
    170170                if (FAILED (resultCode))
    171171                {
    172                     ComPtr<IVirtualBoxErrorInfo> errorInfo;
    173                     CHECK_ERROR_BREAK(progress,
    174                                       COMGETTER(ErrorInfo) (errorInfo.asOutParam()));
    175                     ErrorInfo info(errorInfo, COM_IIDOF(IVirtualBoxErrorInfo));
     172                    ProgressErrorInfo info(progress);
    176173                    com::GluePrintErrorInfo(info);
    177174                }
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