VirtualBox

Ignore:
Timestamp:
Jun 3, 2009 8:40:29 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48062
Message:

Main: back out the IProgess::GetResultCode() parameter change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp

    r20212 r20220  
    162162
    163163    /* complete the line. */
    164     ULONG iRc;
     164    LONG iRc;
    165165    if (SUCCEEDED(progress->COMGETTER(ResultCode)(&iRc)))
    166166    {
     
    531531        ASSERT(completed);
    532532
    533         ULONG iRc;
     533        LONG iRc;
    534534        CHECK_ERROR_RET(progress, COMGETTER(ResultCode)(&iRc), rc);
    535535        if (FAILED(iRc))
     
    611611            showProgress(progress);
    612612
    613             ULONG iRc;
     613            LONG iRc;
    614614            progress->COMGETTER(ResultCode)(&iRc);
    615615            if (FAILED(iRc))
Note: See TracChangeset for help on using the changeset viewer.

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