Changeset 55633 in vbox
- Timestamp:
- May 4, 2015 4:21:53 AM (9 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
-
idl/VirtualBox.xidl (modified) (1 diff)
-
src-client/GuestSessionImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r55631 r55633 10517 10517 <desc>Opens an existing file and places the file pointer at the end of 10518 10518 the file, creates the file if it does not exist. This action implies 10519 write access. (Was " ca".)10519 write access. (Was "oa".) 10520 10520 <note> 10521 10521 <!-- @todo r=bird: See iprt/file.h, RTFILE_O_APPEND - not an action/disposition! -
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r55631 r55633 3163 3163 case (FileOpenAction_T)FileOpenAction_OpenExistingTruncated: openInfo.mpszOpenAction = "ot"; break; 3164 3164 case (FileOpenAction_T)FileOpenAction_AppendOrCreate: 3165 openInfo.mpszOpenAction = " ca"; /** @todo get rid of this one and implement AppendOnly/AppendRead. */3165 openInfo.mpszOpenAction = "oa"; /** @todo get rid of this one and implement AppendOnly/AppendRead. */ 3166 3166 break; 3167 3167 default:
Note:
See TracChangeset
for help on using the changeset viewer.

