21 #include "pedigree/kernel/process/Process.h" 22 #include "pedigree/kernel/process/Thread.h" 23 #include "pedigree/kernel/processor/Processor.h" 24 #include "pedigree/kernel/processor/ProcessorInformation.h" 25 #include "pedigree/kernel/utilities/Iterator.h" 26 #include "pedigree/kernel/utilities/utility.h" 31 : m_Uid(uid), m_Username(username), m_FullName(fullName),
32 m_pDefaultGroup(pGroup), m_Home(home), m_Shell(shell),
33 m_Password(password), m_Groups()
void pushBack(const T &value)
bool isMember(Group *pGroup)
Iterator erase(Iterator &Iter)
static ProcessorInformation & information()
void leave(Group *pGroup)
void setEffectiveUser(User *pUser)
bool login(String password)
void setUser(User *pUser)
void setGroup(Group *pGroup)