VirtualBox

Changeset 24894 in vbox


Ignore:
Timestamp:
Nov 24, 2009 12:15:56 PM (15 years ago)
Author:
vboxsync
Message:

IPRT: Removed outdated todos.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/string.h

    r24893 r24894  
    10721072 * @retval  VERR_NO_DIGITS
    10731073 *
    1074  * @todo    Deal with prefixes and suffixes!
    10751074 * @param   pszVer1     First version string to compare.
    1076  * @param   pszVer2     First version string to compare.*
     1075 * @param   pszVer2     First version string to compare.
    10771076 * @param   pui8Res     Pointer uint8_t value where to store the comparison result:
    10781077 *                      0 if equal, 1 if pszVer1 is greater, 2 if pszVer2 is greater.
  • trunk/src/VBox/Runtime/common/string/strversion.cpp

    r24893 r24894  
    132132 * @retval  VERR_NO_DIGITS
    133133 *
    134  * @todo    Deal with prefixes and suffixes!
    135134 * @param   pszVer1     First version string to compare.
    136  * @param   pszVer2     First version string to compare.*
     135 * @param   pszVer2     First version string to compare.
    137136 * @param   pui8Res     Pointer uint8_t value where to store the comparison result:
    138137 *                      0 if equal, 1 if pszVer1 is greater, 2 if pszVer2 is greater.
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