1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:37:46 +00:00

LibCore: Add Core::Group abstraction for group management :^)

This adds the Core::Group C++ abstraction to ease interaction with the
group entry database, as well as represent the Group entry.

Core::Group abstraction currently contains the following functionality:
- Add a group entry - 'Core::Group::add_group()'
This commit is contained in:
Kenneth Myhra 2022-01-02 22:41:29 +01:00 committed by Andreas Kling
parent adfdb63e02
commit a99b50ce8c
3 changed files with 149 additions and 0 deletions

View file

@ -13,6 +13,7 @@ set(SOURCES
File.cpp
FilePermissionsMask.cpp
GetPassword.cpp
Group.cpp
IODevice.cpp
LocalServer.cpp
LocalSocket.cpp