VirtualBox

Ignore:
Timestamp:
Oct 15, 2007 12:04:26 PM (17 years ago)
Author:
vboxsync
Message:

API change to allow VM to be created with predefined UUID.

File:
1 edited

Legend:

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

    r4246 r5292  
    140140     * in the configuration until we explicitely choose to do so.
    141141     */
     142    nsID VMuuid = {0};
    142143    nsCOMPtr <IMachine> machine;
    143144    rc = virtualBox->CreateMachine(nsnull, NS_LITERAL_STRING("A brand new name").get(),
    144                                    getter_AddRefs(machine));
     145                                   VMuuid, getter_AddRefs(machine));
    145146    if (NS_FAILED(rc))
    146147    {
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