VirtualBox

Ignore:
Timestamp:
Jun 30, 2009 3:19:12 PM (15 years ago)
Author:
vboxsync
Message:

back out r49329, r49331, will start over

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/ErrorInfo.cpp

    r21073 r21077  
    118118
    119119                    Utf8Str message;
    120                     rc = ex->GetMessage(message.asOutParam());
    121                     message.jolt();
     120                    rc = ex->GetMessage (message.asOutParam());
    122121                    gotSomething |= NS_SUCCEEDED (rc);
    123122                    if (NS_SUCCEEDED (rc))
     
    183182    LONG lrc;
    184183
    185     rc = info->COMGETTER(ResultCode) (&lrc); mResultCode = lrc;
     184    rc = info->COMGETTER(ResultCode) (&lrc); mResultCode = lrc;   
    186185    gotSomething |= SUCCEEDED (rc);
    187186    gotAll &= SUCCEEDED (rc);
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