Changeset 20267 in vbox for trunk/src/VBox/Main/glue/SupportErrorInfo.cpp
- Timestamp:
- Jun 4, 2009 11:27:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/SupportErrorInfo.cpp
r13580 r20267 253 253 254 254 /* we want to return the head's result code */ 255 rc = info->COMGETTER(ResultCode) (&aResultCode); 255 PRInt32 lrc; 256 rc = info->COMGETTER(ResultCode) (&lrc); aResultCode = lrc; 256 257 CheckComRCBreakRC (rc); 257 258 }
Note:
See TracChangeset
for help on using the changeset viewer.