VirtualBox

Changeset 26343 in vbox


Ignore:
Timestamp:
Feb 9, 2010 3:37:33 AM (15 years ago)
Author:
vboxsync
Message:

RTErrConvertFromWin32.cpp: tabs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp

    r8245 r26343  
    286286        case WSAENOTEMPTY:         return VERR_CANT_DELETE_DIRECTORY;
    287287        case WSAELOOP:             return VERR_TOO_MANY_SYMLINKS;                  /*  40 */
    288         //case WSAENOMSG                42      /* No message of desired type */
    289         //case WSAEIDRM         43      /* Identifier removed */
    290         //case WSAECHRNG                44      /* Channel number out of range */
    291         //case WSAEL2NSYNC      45      /* Level 2 not synchronized */
    292         //case WSAEL3HLT                46      /* Level 3 halted */
    293         //case WSAEL3RST                47      /* Level 3 reset */
    294         //case WSAELNRNG                48      /* Link number out of range */
    295         //case WSAEUNATCH               49      /* Protocol driver not attached */
    296         //case WSAENOCSI                50      /* No CSI structure available */
    297         //case WSAEL2HLT                51      /* Level 2 halted */
    298         //case WSAEBADE         52      /* Invalid exchange */
    299         //case WSAEBADR         53      /* Invalid request descriptor */
    300         //case WSAEXFULL                54      /* Exchange full */
    301         //case WSAENOANO                55      /* No anode */
    302         //case WSAEBADRQC               56      /* Invalid request code */
    303         //case WSAEBADSLT               57      /* Invalid slot */
     288        //case WSAENOMSG                42      /* No message of desired type */
     289        //case WSAEIDRM                 43      /* Identifier removed */
     290        //case WSAECHRNG                44      /* Channel number out of range */
     291        //case WSAEL2NSYNC              45      /* Level 2 not synchronized */
     292        //case WSAEL3HLT                46      /* Level 3 halted */
     293        //case WSAEL3RST                47      /* Level 3 reset */
     294        //case WSAELNRNG                48      /* Link number out of range */
     295        //case WSAEUNATCH               49      /* Protocol driver not attached */
     296        //case WSAENOCSI                50      /* No CSI structure available */
     297        //case WSAEL2HLT                51      /* Level 2 halted */
     298        //case WSAEBADE                 52      /* Invalid exchange */
     299        //case WSAEBADR                 53      /* Invalid request descriptor */
     300        //case WSAEXFULL                54      /* Exchange full */
     301        //case WSAENOANO                55      /* No anode */
     302        //case WSAEBADRQC               56      /* Invalid request code */
     303        //case WSAEBADSLT               57      /* Invalid slot */
    304304        //case 58:
    305         //case WSAEBFONT                59      /* Bad font file format */
    306         //case WSAENOSTR                60      /* Device not a stream */
     305        //case WSAEBFONT                59      /* Bad font file format */
     306        //case WSAENOSTR                60      /* Device not a stream */
    307307#ifdef WSAENODATA
    308308        case WSAENODATA:           return  VERR_NO_DATA;
    309309#endif
    310         //case WSAETIME         62      /* Timer expired */
    311         //case WSAENOSR         63      /* Out of streams resources */
     310        //case WSAETIME                 62      /* Timer expired */
     311        //case WSAENOSR                 63      /* Out of streams resources */
    312312#ifdef WSAENONET
    313313        case WSAENONET:            return VERR_NET_NO_NETWORK;
    314314#endif
    315         //case WSAENOPKG                65      /* Package not installed */
    316          //case WSAEREMOTE              66      /* Object is remote */
    317         //case WSAENOLINK               67      /* Link has been severed */
    318         //case WSAEADV          68      /* Advertise error */
    319         //case WSAESRMNT                69      /* Srmount error */
    320         //case WSAECOMM         70      /* Communication error on send */
    321         //case WSAEPROTO                71      /* Protocol error */
    322         //case WSAEMULTIHOP     72      /* Multihop attempted */
    323         //case WSAEDOTDOT               73      /* RFS specific error */
    324         //case WSAEBADMSG               74      /* Not a data message */
     315        //case WSAENOPKG                65      /* Package not installed */
     316         //case WSAEREMOTE              66      /* Object is remote */
     317        //case WSAENOLINK               67      /* Link has been severed */
     318        //case WSAEADV                  68      /* Advertise error */
     319        //case WSAESRMNT                69      /* Srmount error */
     320        //case WSAECOMM                 70      /* Communication error on send */
     321        //case WSAEPROTO                71      /* Protocol error */
     322        //case WSAEMULTIHOP             72      /* Multihop attempted */
     323        //case WSAEDOTDOT               73      /* RFS specific error */
     324        //case WSAEBADMSG               74      /* Not a data message */
    325325#ifdef WSAEOVERFLOW
    326326        case WSAEOVERFLOW:         return VERR_TOO_MUCH_DATA;
     
    332332        case WSAEBADFD:            return VERR_INVALID_HANDLE;
    333333#endif
    334         //case WSAEREMCHG               78      /* Remote address changed */
    335         //case WSAELIBACC               79      /* Can not access a needed shared library */
    336         //case WSAELIBBAD               80      /* Accessing a corrupted shared library */
    337         //case WSAELIBSCN               81      /* .lib section in a.out corrupted */
    338         //case WSAELIBMAX               82      /* Attempting to link in too many shared libraries */
    339         //case WSAELIBEXEC      83      /* Cannot exec a shared library directly */
     334        //case WSAEREMCHG               78      /* Remote address changed */
     335        //case WSAELIBACC               79      /* Can not access a needed shared library */
     336        //case WSAELIBBAD               80      /* Accessing a corrupted shared library */
     337        //case WSAELIBSCN               81      /* .lib section in a.out corrupted */
     338        //case WSAELIBMAX               82      /* Attempting to link in too many shared libraries */
     339        //case WSAELIBEXEC              83      /* Cannot exec a shared library directly */
    340340#ifdef WSAEILSEQ
    341341        case WSAEILSEQ:            return VERR_NO_TRANSLATION;
     
    344344        case WSAERESTART:          return VERR_INTERRUPTED;
    345345#endif
    346         //case WSAESTRPIPE      86      /* Streams pipe error */
    347         //case WSAEUSERS                87      /* Too many users */
     346        //case WSAESTRPIPE              86      /* Streams pipe error */
     347        //case WSAEUSERS                87      /* Too many users */
    348348        case WSAENOTSOCK:          return VERR_NET_NOT_SOCKET;
    349349        case WSAEDESTADDRREQ:      return VERR_NET_DEST_ADDRESS_REQUIRED;
     
    374374        case WSAEALREADY:          return VERR_NET_ALREADY_IN_PROGRESS;
    375375        case WSAEINPROGRESS:       return VERR_NET_IN_PROGRESS;
    376         //case WSAESTALE                116     /* Stale NFS file handle */
    377         //case WSAEUCLEAN               117     /* Structure needs cleaning */
    378         //case WSAENOTNAM               118     /* Not a XENIX named type file */
    379         //case WSAENAVAIL               119     /* No XENIX semaphores available */
    380         //case WSAEISNAM                120     /* Is a named type file */
    381         //case WSAEREMOTEIO     121     /* Remote I/O error */
     376        //case WSAESTALE                116     /* Stale NFS file handle */
     377        //case WSAEUCLEAN               117     /* Structure needs cleaning */
     378        //case WSAENOTNAM               118     /* Not a XENIX named type file */
     379        //case WSAENAVAIL               119     /* No XENIX semaphores available */
     380        //case WSAEISNAM                120     /* Is a named type file */
     381        //case WSAEREMOTEIO             121     /* Remote I/O error */
    382382        case WSAEDQUOT:            return VERR_DISK_FULL;
    383383#ifdef WSAENOMEDIUM
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