Changeset 58330 in vbox
- Timestamp:
- Oct 20, 2015 10:10:54 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp
r58329 r58330 314 314 hr = m_pProgress->Cancel(); 315 315 AssertComRC(hr); 316 hr = m_pProgress->i_notifyComplete(S_ FALSE);316 hr = m_pProgress->i_notifyComplete(S_OK); 317 317 AssertComRC(hr); 318 318 … … 848 848 { 849 849 #ifdef DEBUG 850 # if 1850 # if 0 851 851 /* Hardcode the to-used protocol version; nice for testing side effects. */ 852 852 uProto = 3;
Note:
See TracChangeset
for help on using the changeset viewer.

