VirtualBox

Changeset 5845 in vbox


Ignore:
Timestamp:
Nov 26, 2007 7:08:26 PM (17 years ago)
Author:
vboxsync
Message:

r=bird: fixed clashes.

File:
1 edited

Legend:

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

    r5811 r5845  
    839839 * perform any PCI operations. The device forgot to register it self. */
    840840#define VERR_PDM_NOT_PCI_DEVICE                     (-2834)
    841 /** The async completion template is still used. */
    842 #define VERR_PDM_ASYNC_TEMPLATE_BUSY                (-2835)
    843 /** The async completion task is already suspended. */
    844 #define VERR_PDM_ASYNC_COMPLETION_ALREADY_SUSPENDED (-2836)
    845 /** The async completion task is not suspended. */
    846 #define VERR_PDM_ASYNC_COMPLETION_NOT_SUSPENDED     (-2837)
    847841
    848842/** The version of the device registration structure is unknown
     
    918912/** Couldn't find the USB Proxy device. Using OSE? */
    919913#define VERR_PDM_NO_USBPROXY                        (-2862)
    920 
     914/** The async completion template is still used. */
     915#define VERR_PDM_ASYNC_TEMPLATE_BUSY                (-2863)
     916/** The async completion task is already suspended. */
     917#define VERR_PDM_ASYNC_COMPLETION_ALREADY_SUSPENDED (-2864)
     918/** The async completion task is not suspended. */
     919#define VERR_PDM_ASYNC_COMPLETION_NOT_SUSPENDED     (-2865)
    921920/** @} */
    922921
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