VirtualBox

Changeset 8498 in vbox for trunk/include


Ignore:
Timestamp:
Apr 30, 2008 11:09:15 AM (17 years ago)
Author:
vboxsync
Message:

A couple of new errors and warnings. Moved the getopt errors.

File:
1 edited

Legend:

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

    r8402 r8498  
    470470/** Trailing spaces. */
    471471#define VWRN_TRAILING_SPACES                77
    472 /** RTGetOpt: command line option not recognized. */
    473 #define VERR_GETOPT_UNKNOWN_OPTION          (-78)
    474 /** RTGetOpt: command line option needs argument. */
    475 #define VERR_GETOPT_REQUIRED_ARGUMENT_MISSING  (-79)
    476 /** RTGetOpt: command line option has argument with bad format. */
    477 #define VERR_GETOPT_INVALID_ARGUMENT_FORMAT (-80)
    478472/** Generic not found error. */
    479 #define VERR_NOT_FOUND                      (-81)
     473#define VERR_NOT_FOUND                      (-78)
     474/** Generic not found warning. */
     475#define VWRN_NOT_FOUND                      78
     476/** Generic invalid state error. */
     477#define VERR_INVALID_STATE                  (-79)
     478/** Generic invalid state warning. */
     479#define VWRN_INVALID_STATE                  79
     480/** Generic out of resources error. */
     481#define VERR_OUT_OF_RESOURCES              (-80)
     482/** Generic out of resources warning. */
     483#define VWRN_OUT_OF_RESOURCES               80
    480484/** @} */
    481485
     
    905909/** @} */
    906910
    907 /** @name Multiprocessor Status Code
     911/** @name Multiprocessor Status Codes.
    908912 * @{
    909913 */
     
    914918/** @} */
    915919
     920/** @name RTGetOpt status codes
     921 * @{ */
     922/** RTGetOpt: command line option not recognized. */
     923#define VERR_GETOPT_UNKNOWN_OPTION              (-825)
     924/** RTGetOpt: command line option needs argument. */
     925#define VERR_GETOPT_REQUIRED_ARGUMENT_MISSING   (-826)
     926/** RTGetOpt: command line option has argument with bad format. */
     927#define VERR_GETOPT_INVALID_ARGUMENT_FORMAT     (-827)
     928/** @} */
     929
    916930/* SED-END */
    917931
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