88
edits
| Line 120: | Line 120: | ||
<pre> | <pre> | ||
// can't clear by time range | // can't clear by time range | ||
#define NPERR_TIMERANGE_NOT_SUPPORTED (NPERR_BASE + | #define NPERR_TIMERANGE_NOT_SUPPORTED (NPERR_BASE + mm) | ||
// can't clear by domain/site | // can't clear by domain/site | ||
#define NPERR_LIMITBYSITE_NOT_SUPPORTED (NPERR_BASE + nn) | #define NPERR_LIMITBYSITE_NOT_SUPPORTED (NPERR_BASE + nn) | ||
</pre> | </pre> | ||
= Open Issues = | |||
* Do we need a discovery method? | |||
* Should it be possible to clear all types with a single call? In which case the flags should be passed as bit set; this would also allow a forwards-compatible "delete-all" | |||
edits