Changeset 42131 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Jul 12, 2012 6:16:06 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79092
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp
r42129 r42131 249 249 bstrSettingsFile.asOutParam())); 250 250 ComPtr<IMachine> machine; 251 com::SafeArray<BSTR> groups; /* no groups */ 251 252 CHECK_ERROR_BREAK(a->virtualBox, 252 253 CreateMachine(bstrSettingsFile.raw(), 253 254 bstrName.raw(), 254 NULL /* aGroups */,255 ComSafeArrayAsInParam(groups), 255 256 bstrOsTypeId.raw(), 256 257 bstrUuid.raw(), … … 443 444 444 445 ComPtr<IMachine> trgMachine; 446 com::SafeArray<BSTR> groups; /* no groups */ 445 447 CHECK_ERROR_RET(a->virtualBox, CreateMachine(bstrSettingsFile.raw(), 446 448 Bstr(pszTrgName).raw(), 447 NULL /* aGroups */,449 ComSafeArrayAsInParam(groups), 448 450 NULL, 449 451 bstrUuid.raw(),
Note:
See TracChangeset
for help on using the changeset viewer.