From 8775bd129db78d06eb4876d3af0cff7893d612eb Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Sun, 24 Jun 2012 20:45:22 +0200 Subject: [PATCH] Remove old TODO as we don't support multiple instances for now. As there aren't any more generic meta data containers inside BKey, there's no real way to distinguish different instances with the same identifiers. This may be added later, for example the same index system as used in BMessage could apply. --- headers/os/app/KeyStore.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/headers/os/app/KeyStore.h b/headers/os/app/KeyStore.h index 0d30390d4b..38486aadad 100644 --- a/headers/os/app/KeyStore.h +++ b/headers/os/app/KeyStore.h @@ -14,8 +14,6 @@ public: BKeyStore(); virtual ~BKeyStore(); -// TODO: -> GetNextPassword() - there can always be more than one key -// with the same identifier/secondaryIdentifier (ie. different username) status_t GetKey(BKeyType type, const char* identifier, BKey& key); status_t GetKey(BKeyType type, const char* identifier,