Changeset 56782 in vbox
- Timestamp:
- Jul 3, 2015 1:05:36 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101432
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp
r56655 r56782 255 255 if (RT_SUCCESS(rc)) 256 256 { 257 bool fFetchResult = true;258 257 GuestDnDResponse *pResp = GuestDnDInst()->response(); 259 258 if (pResp) 260 259 { 260 bool fFetchResult = true; 261 261 262 if (pResp->waitForGuestResponse(5000 /* Timeout in ms */) == VERR_TIMEOUT) 262 263 fFetchResult = false; … … 1236 1237 return rc; 1237 1238 } 1238
Note:
See TracChangeset
for help on using the changeset viewer.