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:
parent
adfdb63e02
commit
a99b50ce8c
3 changed files with 149 additions and 0 deletions
|
@ -13,6 +13,7 @@ set(SOURCES
|
|||
File.cpp
|
||||
FilePermissionsMask.cpp
|
||||
GetPassword.cpp
|
||||
Group.cpp
|
||||
IODevice.cpp
|
||||
LocalServer.cpp
|
||||
LocalSocket.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue