Changeset 38437 in vbox for trunk/include
- Timestamp:
- Aug 12, 2011 3:05:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/string.h
r36527 r38437 505 505 } 506 506 507 bool operator<(const RTCString &that) const { return RTCString::operator<(that); } 508 507 509 RTMEMEF_NEW_AND_DELETE_OPERATORS(); 508 510 … … 563 565 */ 564 566 static const Utf8Str Empty; 565 566 567 protected: 567 568
Note:
See TracChangeset
for help on using the changeset viewer.