Changeset 39277 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Nov 11, 2011 4:22:46 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 74827
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/ministring.cpp
r36561 r39277 328 328 329 329 RTCList<RTCString, RTCString *> 330 RTCString::split(const RTCString &a_rstrSep, SplitMode mode /* = RemoveEmptyParts */) 330 RTCString::split(const RTCString &a_rstrSep, SplitMode mode /* = RemoveEmptyParts */) const 331 331 { 332 332 RTCList<RTCString> strRet;
Note:
See TracChangeset
for help on using the changeset viewer.