1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 19:47:46 +00:00

LibCore: Create Core::SessionManagement for session management

This commit is contained in:
Peter Elliott 2022-09-05 22:10:46 -06:00 committed by Andreas Kling
parent 76c67b7ae9
commit 2c3caa7e17
3 changed files with 89 additions and 0 deletions

View file

@ -26,6 +26,7 @@ set(SOURCES
ProcessStatisticsReader.cpp
Property.cpp
SecretString.cpp
SessionManagement.cpp
SOCKSProxyClient.cpp
Stream.cpp
StandardPaths.cpp