Changeset 17699 in vbox
- Timestamp:
- Mar 11, 2009 3:14:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r17696 r17699 2908 2908 } 2909 2909 2910 /* Make sure the target disk get detached */ 2911 rc = pTargetDisk->Close(); 2912 if (FAILED(rc)) throw rc; 2913 2910 2914 // we need the capacity and actual file size for the XML 2911 2915 uint64_t cbFile = 12345678; // @todo
Note:
See TracChangeset
for help on using the changeset viewer.