VirtualBox

Changeset 10708 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jul 16, 2008 7:15:39 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
33427
Message:

Runtime: add cache implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/err.h

    r9930 r10708  
    930930/** @} */
    931931
     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
    932940/* SED-END */
    933941
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette