儲存庫 vbox 的更動 108318
- 時間撮記:
- 2025-2-20 下午05:50:24 (3 週 以前)
- svn:sync-xref-src-repo-rev:
- 167662
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp
r108317 r108318 931 931 932 932 /* Marks the global registry for uuid as modified */ 933 Guid uuid = machine->m Data->mUuid;933 Guid uuid = machine->mParent->i_getGlobalRegistryId(); 934 934 machine->mParent->i_markRegistryModified(uuid); 935 935 … … 1062 1062 AutoWriteLock srcLock(machine COMMA_LOCKVAL_SRC_POS); 1063 1063 srcLock.release(); 1064 Guid uuid = machine->m Data->mUuid;1064 Guid uuid = machine->mParent->i_getGlobalRegistryId(); 1065 1065 machine->mParent->i_markRegistryModified(uuid); 1066 1066 srcLock.acquire();
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器