- Timestamp:
- May 20, 2015 12:34:50 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp
r55963 r55965 414 414 ///////////////////////////////////////////////////////////////////////////// 415 415 416 #ifdef VBOX_WITH_DRAG_AND_DROP_GH417 416 /* static */ 418 417 Utf8Str GuestDnDSource::i_guestErrorToString(int guestRc) … … 449 448 } 450 449 451 452 450 /* static */ 453 451 Utf8Str GuestDnDSource::i_hostErrorToString(int hostRc) … … 484 482 } 485 483 484 #ifdef VBOX_WITH_DRAG_AND_DROP_GH 486 485 int GuestDnDSource::i_onReceiveData(PRECVDATACTX pCtx, const void *pvData, uint32_t cbData, uint64_t cbTotalSize) 487 486 {
Note:
See TracChangeset
for help on using the changeset viewer.