Changeset 31281 in vbox for trunk/include/VBox
- Timestamp:
- Aug 2, 2010 10:35:19 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/string.h
r30750 r31281 321 321 322 322 /** 323 * Static immutable nullobject. May be used for comparison purposes.324 */ 325 static const Bstr Null;323 * Static immutable empty-string object. May be used for comparison purposes. 324 */ 325 static const Bstr Empty; 326 326 327 327 protected: … … 546 546 547 547 /** 548 * Static immutable nullobject. May be used for comparison purposes.549 */ 550 static const Utf8Str Null;548 * Static immutable empty-string object. May be used for comparison purposes. 549 */ 550 static const Utf8Str Empty; 551 551 552 552 protected:
Note:
See TracChangeset
for help on using the changeset viewer.