VirtualBox

Changeset 17972 in vbox


Ignore:
Timestamp:
Mar 16, 2009 7:30:47 PM (16 years ago)
Author:
vboxsync
Message:

fixed return types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/string.h

    r17955 r17972  
    618618     * @returns 0 on failure.
    619619     */
    620     int toInt64() const
     620    int64_t toInt64() const
    621621    {
    622622        return RTStrToInt64(str);
     
    629629     * @returns 0 on failure.
    630630     */
    631     int toUInt64() const
     631    uint64_t toUInt64() const
    632632    {
    633633        return RTStrToUInt64(str);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette