Add keyring specific versions of the *Application() methods.
This commit is contained in:
committed by
Ryan Leavengood
parent
51ab46a83c
commit
64ca113fe0
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user