Changeset 11555
- Timestamp:
- 08/21/08 23:35:23 (3 months ago)
- Files:
-
- trunk/include/iprt/err.h (modified) (1 diff)
- trunk/src/VBox/Runtime/Makefile.kmk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/iprt/err.h
r10768 r11555 940 940 /** @} */ 941 941 942 /** @name RTFifo status code 943 * @{ */ 944 /** RTFifo: Returned when destroy function is called 945 * and the Fifo is not empty. 946 */ 947 #define VERR_FIFO_NOT_EMPTY (-875) 948 /** RTFifo: fifo is full. */ 949 #define VERR_FIFO_FULL (-876) 950 /** RTFifo: fifo is empty. */ 951 #define VERR_FIFO_EMPTY (-877) 952 /** @} */ 953 942 954 /* SED-END */ 943 955 trunk/src/VBox/Runtime/Makefile.kmk
r11523 r11555 185 185 common/misc/cache.cpp \ 186 186 common/misc/cidr.cpp \ 187 common/misc/fifo.cpp \ 187 188 common/misc/getopt.cpp \ 188 189 common/misc/handletable.cpp \

