The allOpenDatabases property is declared in the "CBLManager+Internal.h" file. However, its implementation is inside a "#pragma mark - DATABASES (PUBLIC API):" section.
I would like for this to be an official public API, but currently need to import "CBLManager+Internal.h". Jens, can you make it so, by moving it to CBLManager.h.
Thanks,
-Todd
If you need this functionality, can't you just keep track of which CBLDatabases you've accessed?
On Oct 21, 2014, at 9:47 AM, Todd Orler <jto...@gmail.com> wrote:If you'll recall, we are the team that requested the public CBLDatabase "close" method, so that we could recover the memory allocated for specific databases we no longer needed access to. CBLManager allOpenDatabases seems to compliment CBLDatabase close, so it would make sense (to us) for both of these to be public.