- Timestamp:
- Jun 20, 2011 12:49:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r37553 r37554 6083 6083 /* Convert the options. */ 6084 6084 RTCList<CloneOptions_T> optList; 6085 6086 6087 6085 if (options != NULL) 6086 optList = com::SafeArray<CloneOptions_T>(ComSafeArrayInArg(options)).toList(); 6087 6088 6088 AssertReturn(!optList.contains(CloneOptions_Link), E_NOTIMPL); 6089 6089 AssertReturn(!(optList.contains(CloneOptions_KeepAllMACs) && optList.contains(CloneOptions_KeepNATMACs)), E_FAIL);
Note:
See TracChangeset
for help on using the changeset viewer.