VirtualBox

Changeset 33458 in vbox for trunk/src/VBox/Main/testcase


Ignore:
Timestamp:
Oct 26, 2010 11:18:04 AM (14 years ago)
Author:
vboxsync
Message:

Main: partial revert or r67042, bring back the overwrite parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp

    r33451 r33458  
    190190     */
    191191    nsCOMPtr<IMachine> machine;
    192     rc = virtualBox->CreateMachine(NULL,
     192    rc = virtualBox->CreateMachine(NULL,        /* settings file */
    193193                                   NS_LITERAL_STRING("A brand new name").get(),
    194                                    nsnull,
    195                                    false,
     194                                   nsnull,      /* ostype */
     195                                   nsnull,      /* machine uuid */
     196                                   false,       /* forceOverwrite */
    196197                                   getter_AddRefs(machine));
    197198    if (NS_FAILED(rc))
Note: See TracChangeset for help on using the changeset viewer.

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