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.
This commit is contained in:
Michael Lotz
2013-03-05 11:04:51 -05:00
committed by Ryan Leavengood
parent 112af58652
commit 8775bd129d
-2
View File
@@ -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,