Changeset 10708 in vbox for trunk/include/iprt
- Timestamp:
- Jul 16, 2008 7:15:39 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33427
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r9930 r10708 930 930 /** @} */ 931 931 932 /** @name RTCache status codes 933 * @{ */ 934 /** RTCache: cache is full. */ 935 #define VERR_CACHE_FULL (-850) 936 /** RTCache: cache is empty. */ 937 #define VERR_CACHE_EMPTY (-851) 938 /** @} */ 939 932 940 /* SED-END */ 933 941
Note:
See TracChangeset
for help on using the changeset viewer.