Changeset 37531 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp
- Timestamp:
- Jun 17, 2011 12:12:29 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp
r37449 r37531 392 392 trgMachine.asOutParam()), 393 393 RTEXITCODE_FAILURE); 394 395 /* Clone options */ 396 com::SafeArray<CloneOptions_T> options; 397 options.push_back(CloneOptions_KeepNATMACs); 398 399 /* Start the cloning */ 394 400 ComPtr<IProgress> progress; 395 401 CHECK_ERROR_RET(srcMachine, CloneTo(trgMachine, 396 402 mode, 397 FALSE,403 ComSafeArrayAsInParam(options), 398 404 progress.asOutParam()), 399 405 RTEXITCODE_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.