Changeset 17972 in vbox
- Timestamp:
- Mar 16, 2009 7:30:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/string.h
r17955 r17972 618 618 * @returns 0 on failure. 619 619 */ 620 int toInt64() const620 int64_t toInt64() const 621 621 { 622 622 return RTStrToInt64(str); … … 629 629 * @returns 0 on failure. 630 630 */ 631 int toUInt64() const631 uint64_t toUInt64() const 632 632 { 633 633 return RTStrToUInt64(str);
Note:
See TracChangeset
for help on using the changeset viewer.