- 時間撮記:
- 2015-3-27 下午04:33:54 (10 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r54978 r54994 3473 3473 * change the state of the Console object. 3474 3474 */ 3475 ErrorInfoKeeper eik; /* Keep current error info or it gets deestroyed in the IPC methods below. */ 3475 3476 for (unsigned ii = 0; ii < i; ii++) 3476 3477 { … … 4753 4754 SafeIfaceArray<IMediumAttachment> sfaAttachments; 4754 4755 4755 AutoCaller autoCaller(this);4756 AssertComRCReturnRC(autoCaller.rc());4757 4758 4756 /* Get the VM - must be done before the read-locking. */ 4759 4757 SafeVMPtr ptrVM(this); … … 5000 4998 { 5001 4999 /* Clear disk encryption setup on successfully configured attachments. */ 5000 ErrorInfoKeeper eik; /* Keep current error info or it gets deestroyed in the IPC methods below. */ 5002 5001 i_clearDiskEncryptionKeysOnAllAttachmentsWithKeyId(strId); 5003 5002 }
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器