VirtualBox

Changeset 17683 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Mar 11, 2009 12:14:52 PM (16 years ago)
Author:
vboxsync
Message:

OVF: don't export this twice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ApplianceImpl.cpp

    r17672 r17683  
    27292729                                    <rasd:BusNumber>0</rasd:BusNumber>
    27302730                                </Item> */
    2731                             strDescription = "USB Controller";
    2732                             strCaption = "usb";
    2733                             type = OVFResourceType_UsbController; // 23
    2734                             lAddress = 0;                   // this is what OVFTool writes
    2735                             lBusNumber = 0;                 // this is what OVFTool writes
     2731                            if (uLoop == 1)
     2732                            {
     2733                                strDescription = "USB Controller";
     2734                                strCaption = "usb";
     2735                                type = OVFResourceType_UsbController; // 23
     2736                                lAddress = 0;                   // this is what OVFTool writes
     2737                                lBusNumber = 0;                 // this is what OVFTool writes
     2738                            }
    27362739                        break;
    27372740
     
    27462749                                <rasd:AddressOnParent>3</rasd:AddressOnParent>
    27472750                            </Item> */
    2748                             strDescription = "Sound Card";
    2749                             strCaption = "sound";
    2750                             type = OVFResourceType_SoundCard; // 35
    2751                             strResourceSubType = desc.strOvf;       // e.g. ensoniq1371
    2752                             lAutomaticAllocation = 0;
    2753                             lAddressOnParent = 3;               // what gives? this is what OVFTool writes
     2751                            if (uLoop == 1)
     2752                            {
     2753                                strDescription = "Sound Card";
     2754                                strCaption = "sound";
     2755                                type = OVFResourceType_SoundCard; // 35
     2756                                strResourceSubType = desc.strOvf;       // e.g. ensoniq1371
     2757                                lAutomaticAllocation = 0;
     2758                                lAddressOnParent = 3;               // what gives? this is what OVFTool writes
     2759                            }
    27542760                        break;
    27552761                    }
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