Split Session class into interface/implementation parts

PR #17579.
This commit is contained in:
Vladimir Golovnev 2022-08-27 08:01:24 +03:00 committed by GitHub
parent e5491645e4
commit 525692759d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 1421 additions and 1079 deletions

View file

@ -38,6 +38,7 @@
#include "base/bittorrent/torrent.h"
#include "base/global.h"
#include "base/preferences.h"
#include "base/types.h"
#include "base/unicodestrings.h"
#include "base/utils/fs.h"
#include "base/utils/misc.h"