Changeset 37532 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Jun 17, 2011 12:16:07 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72368
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r37531 r37532 6084 6084 RTCList<CloneOptions_T> optList; 6085 6085 if (options != NULL) 6086 optList = SafeArrayToRTCList (ComSafeArrayInArg(options));6086 optList = SafeArrayToRTCList<CloneOptions_T>(ComSafeArrayInArg(options)); 6087 6087 AssertReturn(!optList.contains(CloneOptions_Link), E_NOTIMPL); 6088 6088 AssertReturn(!(optList.contains(CloneOptions_KeepAllMACs) && optList.contains(CloneOptions_KeepNATMACs)), E_FAIL);
Note:
See TracChangeset
for help on using the changeset viewer.