Changeset 17648 in vbox
- Timestamp:
- Mar 10, 2009 5:57:03 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/string.h
r17646 r17648 418 418 size_t cbBoth = cbThis + cbThat + 1; 419 419 420 // @todo optimize 420 // @todo optimize with realloc() once the memory management is fixed 421 421 char *pszTemp; 422 422 #if !defined (VBOX_WITH_XPCOM) -
trunk/src/VBox/Main/idl/VirtualBox.xidl
r17635 r17648 2898 2898 2899 2899 <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. 2901 2901 </li> 2902 2902 … … 2917 2917 with the IAppliance object you just created. This creates an instance of 2918 2918 <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. 2919 2923 </li> 2920 2924
Note:
See TracChangeset
for help on using the changeset viewer.