儲存庫 vbox 的更動 55633
- 時間撮記:
- 2015-5-4 上午04:21:53 (10 年 以前)
- svn:sync-xref-src-repo-rev:
- 100006
- 位置:
- trunk/src/VBox/Main
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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:
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器