Changeset 63252 in vbox for trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
- Timestamp:
- Aug 10, 2016 11:13:07 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
r63183 r63252 426 426 HRESULT GuestDnDTarget::leave(ULONG uScreenId) 427 427 { 428 RT_NOREF(uScreenId); 428 429 #if !defined(VBOX_WITH_DRAG_AND_DROP) 429 430 ReturnComNotImplemented(); … … 620 621 return setError(E_INVALIDARG, tr("Another drop operation already is in progress")); 621 622 622 /* Dit o. */623 /* Ditto. */ 623 624 GuestDnDResponse *pResp = GuestDnDInst()->response(); 624 625 AssertPtr(pResp); … … 1011 1012 AssertPtr(pObj); 1012 1013 1013 GuestDnDResponse *pResp = pCtx->mpResp; 1014 AssertPtr(pResp); 1014 AssertPtr(pCtx->mpResp); 1015 1015 1016 1016 /** @todo Don't allow concurrent reads per context! */ … … 1503 1503 NOREF(msTimeout); 1504 1504 1505 GuestDnD *pInst = GuestDnDInst();1506 AssertPtr(pInst);1507 1508 1505 GuestDnDData *pData = &pCtx->mData; 1509 1506
Note:
See TracChangeset
for help on using the changeset viewer.