- Timestamp:
- Dec 15, 2008 8:29:57 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41039
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxHDD-new.h
r15529 r15542 1268 1268 VBOXDDU_DECL(int) VDCopy(PVBOXHDD pDiskFrom, unsigned nImage, PVBOXHDD pDiskTo, 1269 1269 const char *pszBackend, const char *pszFilename, 1270 bool fMoveByRename, uint64_t cbSize, P RTUUID pDstUuid,1270 bool fMoveByRename, uint64_t cbSize, PCRTUUID pDstUuid, 1271 1271 PVDINTERFACE pVDIfsOperation, 1272 1272 PVDINTERFACE pDstVDIfsImage, -
trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp
r15529 r15542 1876 1876 VBOXDDU_DECL(int) VDCopy(PVBOXHDD pDiskFrom, unsigned nImage, PVBOXHDD pDiskTo, 1877 1877 const char *pszBackend, const char *pszFilename, 1878 bool fMoveByRename, uint64_t cbSize, P RTUUID pDstUuid,1878 bool fMoveByRename, uint64_t cbSize, PCRTUUID pDstUuid, 1879 1879 PVDINTERFACE pVDIfsOperation, 1880 1880 PVDINTERFACE pDstVDIfsImage,
Note:
See TracChangeset
for help on using the changeset viewer.