VirtualBox

Ignore:
Timestamp:
Mar 16, 2009 7:08:16 PM (16 years ago)
Author:
vboxsync
Message:

API/HardDisk, Storage/VBoxHDD, Frontend/VBoxManage: eliminated base image type, which led to much unnecessary code duplication. Was triggered by VBoxManage finally being able to create all image variants the backends can support.

File:
1 edited

Legend:

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

    r17825 r17970  
    314314         */
    315315        nsCOMPtr <IProgress> progress;
    316         rc = hardDisk->CreateDynamicStorage(100,                                // size in megabytes
    317                                             HardDiskVariant_Standard,
    318                                             getter_AddRefs(progress));          // optional progress object
     316        rc = hardDisk->CreateBaseStorage(100,                                // size in megabytes
     317                                         HardDiskVariant_Standard,
     318                                         getter_AddRefs(progress));          // optional progress object
    319319        if (NS_FAILED(rc))
    320320        {
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