Changeset 33073 in vbox for trunk/include/VBox/com
- Timestamp:
- Oct 12, 2010 3:02:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/string.h
r33055 r33073 489 489 * Calls RTPathStripTrailingSlash() without having to mess with mutableRaw(). 490 490 */ 491 Utf8Str &stripTrailingSlash();491 Utf8Str& stripTrailingSlash(); 492 492 493 493 /** … … 495 495 * Calls RTPathStripFilename() without having to mess with mutableRaw(). 496 496 */ 497 Utf8Str &stripFilename();497 Utf8Str& stripFilename(); 498 498 499 499 /** … … 501 501 * Calls RTPathFilename() without having to mess with mutableRaw(). 502 502 */ 503 Utf8Str &stripPath();503 Utf8Str& stripPath(); 504 504 505 505 /** … … 507 507 * Calls RTPathStripExt() without having to mess with mutableRaw(). 508 508 */ 509 Utf8Str &stripExt();509 Utf8Str& stripExt(); 510 510 511 511 /**
Note:
See TracChangeset
for help on using the changeset viewer.