Changeset 51522 in vbox for trunk/src/VBox
- Timestamp:
- Jun 4, 2014 5:25:45 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94149
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp
r51450 r51522 5 5 6 6 /* 7 * Copyright (C) 2006-201 2Oracle Corporation7 * Copyright (C) 2006-2014 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 337 337 /** @todo A more efficient strategy would be to combine buffers. However it 338 338 * is probably going to be more massive than the current code, so 339 * it can wait till later. 339 * it can wait till later. */ 340 340 bool fCopyIn = pSrcParm->type != VMMDevHGCMParmType_LinAddr_Out 341 341 && pSrcParm->type != VMMDevHGCMParmType_LinAddr_Locked_Out;
Note:
See TracChangeset
for help on using the changeset viewer.