Ignore:
Timestamp:
Aug 25, 2007, 8:48:53 AM (18 years ago)
Author:
bird
Message:

More kRdr stuff refactored.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/include/k/kErrors.h

    r3541 r3544  
    9191/** @} */
    9292
     93/** @name   kRdr Specific
     94 * @{ */
     95/** the base of the kRdr specific status codes. */
     96#define KRDR_ERR_BASE                                   (KDBG_ERR_BASE + 4)
     97/** The file reader can't take more concurrent mappings. */
     98#define KRDR_ERR_TOO_MANY_MAPPINGS                      (KRDR_ERR_BASE + 59)
     99/** @} */
     100
    93101/** @}*/
    94102
Note: See TracChangeset for help on using the changeset viewer.