mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 21:05:31 +08:00
refs #502, added role support and user as data object (for distribution)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
23b310ac9b
commit
87a55edc04
@@ -38,6 +38,9 @@ namespace BlackMisc
|
||||
//! Has role?
|
||||
bool hasRole(const CRole &role) const;
|
||||
|
||||
//! Has any role?
|
||||
bool hasAnyRole(const QStringList &roles) const;
|
||||
|
||||
//! Construct from a base class object.
|
||||
CRoleList(const CSequence<CRole> &other);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user