vbox的更動 14225 路徑 trunk/src/VBox/Main/MachineImpl.cpp
- 時間撮記:
- 2008-11-14 下午05:55:28 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/MachineImpl.cpp
r14142 r14225 2131 2131 } 2132 2132 2133 /// @todo NEWMEDIA use the proper storage format (either the parent2134 /// storage type or the ISystemProperties::defaultHardDiskFormat)2135 2133 ComObjPtr <HardDisk2> diff; 2136 2134 diff.createObject(); 2137 rc = diff->init (mParent, Bstr ("VDI"),2135 rc = diff->init (mParent, hd->preferredDiffFormat(), 2138 2136 BstrFmt ("%ls"RTPATH_SLASH_STR, 2139 2137 mUserData->mSnapshotFolderFull.raw())); … … 6862 6860 CheckComRCThrowRC (rc); 6863 6861 6864 /// @todo NEWMEDIA use the proper storage format (either the parent6865 /// storage type or the ISystemProperties::defaultHardDiskFormat)6866 6862 ComObjPtr <HardDisk2> diff; 6867 6863 diff.createObject(); 6868 rc = diff->init (mParent, Bstr ("VDI"),6864 rc = diff->init (mParent, hd->preferredDiffFormat(), 6869 6865 BstrFmt ("%ls"RTPATH_SLASH_STR, 6870 6866 mUserData->mSnapshotFolderFull.raw()));
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器