VirtualBox

Changeset 20213 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jun 3, 2009 8:11:42 AM (16 years ago)
Author:
vboxsync
Message:

Main: changed the parameter of IProgress::GetResultCode() from long to unsigned long for a better match with nsresult

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r20185 r20213  
    69186918        if (SUCCEEDED (rc))
    69196919        {
    6920             LONG iRc = S_OK;
     6920            ULONG iRc = S_OK;
    69216921            rc = task->mServerProgress->COMGETTER(ResultCode) (&iRc);
    69226922            if (SUCCEEDED (rc))
  • trunk/src/VBox/Main/cbinding/tstXPCOMCGlue.c

    r19375 r20213  
    238238    {
    239239        PRBool completed;
    240         PRInt32 resultCode;
     240        PRUint32 resultCode;
    241241
    242242        printf("Waiting for the remote session to open...\n");
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