Add keyring specific versions of the *Application() methods.

This commit is contained in:
Michael Lotz
2013-03-05 11:04:10 -05:00
committed by Ryan Leavengood
parent 51ab46a83c
commit 64ca113fe0
2 changed files with 23 additions and 0 deletions
+5
View File
@@ -81,8 +81,13 @@ public:
status_t GetNextApplication(const BKey& key,
uint32& cookie, BString& signature) const;
status_t GetNextApplication(const char* keyring,
const BKey& key, uint32& cookie,
BString& signature) const;
status_t RemoveApplication(const BKey& key,
const char* signature);
status_t RemoveApplication(const char* keyring,
const BKey& key, const char* signature);
// Service functions