Changeset 53354 in vbox for trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
- Timestamp:
- Nov 19, 2014 6:32:03 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 96963
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r52813 r53354 5 5 6 6 /* 7 * Copyright (C) 2008-201 3Oracle Corporation7 * Copyright (C) 2008-2014 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 751 751 } 752 752 753 AssertReturn(!(m->optListImport.contains(ImportOptions_KeepAllMACs) && m->optListImport.contains(ImportOptions_KeepNATMACs)), E_INVALIDARG); 753 AssertReturn(!(m->optListImport.contains 754 (ImportOptions_KeepAllMACs) 755 && m->optListImport.contains(ImportOptions_KeepNATMACs) 756 ), E_INVALIDARG); 754 757 755 758 // do not allow entering this method if the appliance is busy reading or writing … … 2513 2516 strTrgFormat, 2514 2517 *strTargetPath, 2515 Guid::Empty /* media registry: none yet */); 2518 Guid::Empty /* media registry: none yet */, 2519 DeviceType_HardDisk); 2516 2520 if (FAILED(rc)) throw rc; 2517 2521
Note:
See TracChangeset
for help on using the changeset viewer.