Changeset 79302 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Jun 24, 2019 10:45:10 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131517
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestFileImpl.cpp
r79300 r79302 298 298 AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS); 299 299 300 /* Note! This will not be accurate with older (< 5.2.32, 6.0.0 - 6.0.9) 301 guest additions when using writeAt, readAt or writing to a file 302 opened in append mode. */ 300 /* 301 * This is updated by GuestFile::i_onFileNotify() when read, write and seek 302 * confirmation messages are recevied. 303 * 304 * Note! This will not be accurate with older (< 5.2.32, 6.0.0 - 6.0.9) 305 * guest additions when using writeAt, readAt or writing to a file 306 * opened in append mode. 307 */ 303 308 *aOffset = mData.mOffCurrent; 304 309
Note:
See TracChangeset
for help on using the changeset viewer.