VirtualBox

Changeset 8498

Show
Ignore:
Timestamp:
04/30/08 13:09:15 (8 months ago)
Author:
vboxsync
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy