Make wxWebSessionFactory private

Having wxWebSessionFactory part of the public API implies keeping
compatibility with the possible ways of implementing it which is too
restrictive for no good reason, so move this class to the private header
and don't document it nor wxWebSession::RegisterFactory() (which is now
private).
This commit is contained in:
Vadim Zeitlin
2020-12-27 00:40:16 +01:00
parent e5bd5a926c
commit 71d5729171
7 changed files with 37 additions and 45 deletions

View File

@@ -12,6 +12,8 @@
#if wxUSE_WEBREQUEST_CURL
#include "wx/private/webrequest.h"
#include "wx/thread.h"
#include "wx/vector.h"