VirtualBox

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


Ignore:
Timestamp:
Jun 17, 2011 2:34:13 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72384
Message:

com: temp remove template

File:
1 edited

Legend:

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

    r37532 r37547  
    60846084    RTCList<CloneOptions_T> optList;
    60856085    if (options != NULL)
    6086         optList = SafeArrayToRTCList<CloneOptions_T>(ComSafeArrayInArg(options));
     6086    {
     6087         com::SafeArray<CloneOptions_T> sfaOpts(ComSafeArrayInArg(options));
     6088         for (size_t i = 0; i < sfaOpts.size(); ++i)
     6089             optList.append(sfaOpts[i]);
     6090//        optList = SafeArrayToRTCList<CloneOptions_T>(ComSafeArrayInArg(options));
     6091    }
    60876092    AssertReturn(!optList.contains(CloneOptions_Link), E_NOTIMPL);
    60886093    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