VirtualBox

Changeset 37532 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Jun 17, 2011 12:16:07 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72368
Message:

Main-CloneVM: fix win

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r37531 r37532  
    60846084    RTCList<CloneOptions_T> optList;
    60856085    if (options != NULL)
    6086         optList = SafeArrayToRTCList(ComSafeArrayInArg(options));
     6086        optList = SafeArrayToRTCList<CloneOptions_T>(ComSafeArrayInArg(options));
    60876087    AssertReturn(!optList.contains(CloneOptions_Link), E_NOTIMPL);
    60886088    AssertReturn(!(optList.contains(CloneOptions_KeepAllMACs) && optList.contains(CloneOptions_KeepNATMACs)), E_FAIL);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette