Changeset 10708 in vbox
- Timestamp:
- Jul 16, 2008 7:15:39 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 3 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 -
trunk/src/VBox/Runtime/Makefile.kmk
r10614 r10708 182 182 common/log/logformat.cpp \ 183 183 common/misc/assert.cpp \ 184 common/misc/cache.cpp \ 184 185 common/misc/cidr.cpp \ 185 186 common/misc/getopt.cpp \ -
trunk/src/VBox/Runtime/include/internal/magics.h
r8245 r10708 73 73 /** Magic number for timer handles. (Jared Mason Diamond) */ 74 74 #define RTTIMER_MAGIC 0x19370910 75 /** Magic number for cache object headers. (Joseph Weizenbaum) */ 76 #define RTOBJCACHE_MAGIC 0x19230108 75 77 76 78 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.