VirtualBox

Changeset 18216 in vbox


Ignore:
Timestamp:
Mar 24, 2009 6:40:58 PM (16 years ago)
Author:
vboxsync
Message:

Main: fix SDK breakage, always use dir=return instead of dir=out when only one output param is present

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxImportApplianceWgt.cpp

    r18198 r18216  
    11491149    {
    11501150        QVector<QString> license;
    1151         vsds[i].GetValuesByType (KVirtualSystemDescriptionType_License,
    1152                                  KVirtualSystemDescriptionValueType_Original,
    1153                                  license);
     1151        license = vsds[i].GetValuesByType (KVirtualSystemDescriptionType_License,
     1152                                           KVirtualSystemDescriptionValueType_Original);
    11541153        if (!license.isEmpty())
    11551154        {
    11561155            QVector<QString> name;
    1157             vsds[i].GetValuesByType (KVirtualSystemDescriptionType_Name,
    1158                                      KVirtualSystemDescriptionValueType_Auto,
    1159                                      name);
     1156            name = vsds[i].GetValuesByType (KVirtualSystemDescriptionType_Name,
     1157                                            KVirtualSystemDescriptionValueType_Auto);
    11601158            list << QPair<QString, QString> (name.first(), license.first());
    11611159        }
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r18214 r18216  
    32853285    uuid="56d9403f-3425-4118-9919-36f2a9b8c77c"
    32863286  >
    3287     <desc>Used with <link to="GetValuesByType" /> to describe the value 
     3287    <desc>Used with <link to="GetValuesByType" /> to describe the value
    32883288    type to fetch.</desc>
    32893289
     
    34563456    <method name="getValuesByType">
    34573457      <desc>This is the same as <link to="getDescriptionByType" /> except that you can specify which
    3458       value types should be returned. See <link to="VirtualSystemDescriptionValueType" /> for possible 
     3458      value types should be returned. See <link to="VirtualSystemDescriptionValueType" /> for possible
    34593459      values.</desc>
    34603460
     
    34673467      </param>
    34683468
    3469       <param name="aValues" type="wstring" dir="out" safearray="yes">
     3469      <param name="aValues" type="wstring" dir="return" safearray="yes">
    34703470        <desc></desc>
    34713471      </param>
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