VirtualBox

Ignore:
Timestamp:
Apr 14, 2015 12:57:40 PM (10 years ago)
Author:
vboxsync
Message:

Main: Fixed DnD progress object creation; don't allow cancellation of transfers (yet).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp

    r51799 r55244  
    432432        if (RT_SUCCESS(rc))
    433433        {
    434             /* Query the progress object to the caller. */
    435             if (aProgress)
    436                 pResp->queryProgressTo(aProgress.asOutParam());
     434            hr = pResp->queryProgressTo(aProgress.asOutParam());
     435            ComAssertComRC(hr);
    437436        }
    438437    }
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