Changeset 74472 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Sep 26, 2018 8:16:36 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibDragAndDrop.cpp
r74439 r74472 1186 1186 && (uSessionID != pCtx->uSessionID)) 1187 1187 { 1188 LogFlowFunc(("VM session ID changed to %RU64, doing reconnect\n", uSessionID)); 1189 1190 /* Try a reconnect to the DnD service. */ 1191 rc2 = VbglR3DnDDisconnect(pCtx); 1192 AssertRC(rc2); 1193 rc2 = VbglR3DnDConnect(pCtx); 1194 AssertRC(rc2); 1195 1196 /* At this point we continue processing the messsages with the new client ID. */ 1188 LogFlowFunc(("VM session ID changed to %RU64\n", uSessionID)); 1197 1189 } 1198 1190 }
Note:
See TracChangeset
for help on using the changeset viewer.