Changeset 34837 in vbox for trunk/include
- Timestamp:
- Dec 8, 2010 2:37:42 PM (14 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/string.h
r34785 r34837 536 536 537 537 /** 538 * Converts all '\' characters into '/'. 539 */ 540 Utf8Str& useForwardSlashes(); 541 542 /** 538 543 * Static immutable empty-string object. May be used for comparison purposes. 539 544 */ -
trunk/include/VBox/settings.h
r34587 r34837 387 387 fAliasLog(false), 388 388 fAliasProxyOnly(false), 389 fAliasUseSamePorts(false) {} 389 fAliasUseSamePorts(false) 390 {} 391 390 392 com::Utf8Str strNetwork; 391 393 com::Utf8Str strBindIP;
Note:
See TracChangeset
for help on using the changeset viewer.