VirtualBox

Changeset 17648 in vbox


Ignore:
Timestamp:
Mar 10, 2009 5:57:03 PM (16 years ago)
Author:
vboxsync
Message:

OVF: API documentation

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/string.h

    r17646 r17648  
    418418            size_t cbBoth = cbThis + cbThat + 1;
    419419
    420             // @todo optimize
     420            // @todo optimize with realloc() once the memory management is fixed
    421421            char *pszTemp;
    422422#if !defined (VBOX_WITH_XPCOM)
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r17635 r17648  
    28982898
    28992899          <li>If desired, call <link to="IVirtualSystemDescription::setFinalValues" /> for each
    2900               virtual system to override the suggestions made by VirtualBox.
     2900              virtual system to override the suggestions made by the interpret() routine.
    29012901          </li>
    29022902
     
    29172917                with the IAppliance object you just created. This creates an instance of
    29182918                <link to="IVirtualSystemDescription" /> inside the appliance.
     2919            </li>
     2920
     2921            <li>If desired, call <link to="IVirtualSystemDescription::setFinalValues" /> for each
     2922                virtual system to override the suggestions made by the export() routine.
    29192923            </li>
    29202924
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