Changeset 36530 in vbox for trunk/src/VBox/Main/glue
- Timestamp:
- Apr 4, 2011 1:56:10 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70954
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/string.cpp
r36527 r36530 139 139 * copying from a UTF-16 string. 140 140 * 141 * As with the iprt::ministring::copyFrom() variants, this unconditionally sets142 * the members to a copy of the given other strings and makes no assumptions143 * about previous contents. This can therefore be used both in copy144 * constructors, when member variables have no defined value, and in145 * assignments after havingcalled cleanup().141 * As with the RTCString::copyFrom() variants, this unconditionally sets the 142 * members to a copy of the given other strings and makes no assumptions about 143 * previous contents. This can therefore be used both in copy constructors, 144 * when member variables have no defined value, and in assignments after having 145 * called cleanup(). 146 146 * 147 147 * This variant converts from a UTF-16 string, most probably from
Note:
See TracChangeset
for help on using the changeset viewer.