Changeset 2015 in vbox for trunk/include
- Timestamp:
- Apr 10, 2007 4:08:47 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20303
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/string.h
r2012 r2015 106 106 Bstr &alloc (size_t aSize) 107 107 { 108 setNull(); 108 109 if (aSize) 109 110 { … … 315 316 Utf8Str &alloc (size_t aSize) 316 317 { 318 setNull(); 317 319 if (aSize) 318 320 { 319 setNull();320 321 #if defined (__WIN__) 321 322 str = (char *) ::RTMemTmpAlloc (aSize);
Note:
See TracChangeset
for help on using the changeset viewer.