Added request am29544 (nvault_touch)

This commit is contained in:
David Anderson
2006-08-20 21:23:38 +00:00
parent ea262171db
commit deefc504e1
6 changed files with 72 additions and 13 deletions

View File

@ -15,6 +15,7 @@ public:
virtual void Clear() =0;
virtual void Remove(const char *key) =0;
virtual size_t Items() =0;
virtual void Touch(const char *key, time_t stamp) =0;
};
class IVaultMngr