Changeset 17648 in vbox for trunk/include/VBox/com
- Timestamp:
- Mar 10, 2009 5:57:03 PM (16 years ago)
- File:
-
- 1 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)
Note:
See TracChangeset
for help on using the changeset viewer.