Changeset 57505 in vbox
- Timestamp:
- Aug 24, 2015 7:26:43 AM (9 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestDnDPrivate.h
r57500 r57505 161 161 } 162 162 163 void * constGetBufferMutable(void) { return pvScratchBuf; }163 void * GetBufferMutable(void) { return pvScratchBuf; } 164 164 165 165 size_t GetBufferSize(void) { return cbScratchBuf; } -
trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
r57500 r57505 962 962 963 963 int rc = VINF_SUCCESS; /* Will be reported back to guest. */ 964 int rcGuest ;/* Contains error code from guest in case of VERR_GSTDND_GUEST_ERROR. */964 int rcGuest = VINF_SUCCESS; /* Contains error code from guest in case of VERR_GSTDND_GUEST_ERROR. */ 965 965 bool fNotify = false; 966 966
Note:
See TracChangeset
for help on using the changeset viewer.