VirtualBox

Changeset 40191 in vbox for trunk/include


Ignore:
Timestamp:
Feb 21, 2012 10:02:15 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76355
Message:

iprt/err: added VERR_NOT_AVAILABLE and fixed duplicate error codes

File:
1 edited

Legend:

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

    r40029 r40191  
    870870/** Buffer underflow. */
    871871#define VINF_BUFFER_UNDERFLOW               22401
    872 /** Uneven input.  */
     872/** Uneven input. */
    873873#define VERR_UNEVEN_INPUT                   (-22402)
     874/** Something is not available or not working properly. */
     875#define VERR_NOT_AVAILABLE                  (-22403)
    874876/** @} */
    875877
     
    16971699/** @} */
    16981700
     1701/* see above, 22400..22499 is used for misc codes! */
     1702
    16991703/** @name Logger status codes
    17001704 * @{ */
    17011705/** Power off is not supported by the hardware or the OS. */
    1702 #define VERR_SYS_CANNOT_POWER_OFF                   (-22400)
     1706#define VERR_SYS_CANNOT_POWER_OFF                   (-22500)
    17031707/** The halt action was requested, but the OS may actually power
    17041708 * off the machine. */
    1705 #define VINF_SYS_MAY_POWER_OFF                      (22401)
     1709#define VINF_SYS_MAY_POWER_OFF                      (22501)
    17061710/** Shutdown failed. */
    1707 #define VERR_SYS_SHUTDOWN_FAILED                    (-22402)
     1711#define VERR_SYS_SHUTDOWN_FAILED                    (-22502)
    17081712/** @} */
    17091713
     
    17111715 * @{ */
    17121716/** Filesystem can't be opened because it is corrupt. */
    1713 #define VERR_FILESYSTEM_CORRUPT                     (-22500)
     1717#define VERR_FILESYSTEM_CORRUPT                     (-22600)
    17141718/** @} */
    17151719
Note: See TracChangeset for help on using the changeset viewer.

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