儲存庫 vbox 的更動 18520
- 時間撮記:
- 2009-3-30 上午08:45:50 (16 年 以前)
- 位置:
- trunk/src/VBox/Main
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r18518 r18520 1093 1093 /* save the global registry */ 1094 1094 rc = saveSettings(); 1095 CheckComRCReturnRC (rc); 1096 1097 /* Close settings file for this machine. */ 1098 rc = machine->unlockConfig(); 1095 1099 1096 1100 /* return the unregistered machine to the caller */ -
trunk/src/VBox/Main/include/MachineImpl.h
r18214 r18520 799 799 800 800 HRESULT lockConfig(); 801 public: /* To have it available in VirtualBox::UnregisterMachine. */ 801 802 HRESULT unlockConfig(); 802 803 804 protected: 803 805 /** @note This method is not thread safe */ 804 806 BOOL isConfigLocked()
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器