summaryrefslogtreecommitdiffstats
path: root/rasmgr/rasmgr_users.hh
diff options
context:
space:
mode:
Diffstat (limited to 'rasmgr/rasmgr_users.hh')
-rw-r--r--rasmgr/rasmgr_users.hh12
1 files changed, 12 insertions, 0 deletions
diff --git a/rasmgr/rasmgr_users.hh b/rasmgr/rasmgr_users.hh
index 608f808..f466b38 100644
--- a/rasmgr/rasmgr_users.hh
+++ b/rasmgr/rasmgr_users.hh
@@ -101,6 +101,9 @@ struct AuthDbRRec
};
//++++++++++++++++++++++++++++++++++++++++++++++++
+/**
+ * \ingroup Rasmgrs
+ */
class User
{
public:
@@ -148,6 +151,9 @@ class User
bool valid;
};
+/**
+ * \ingroup Rasmgrs
+ */
class UserManager
{
public:
@@ -178,6 +184,9 @@ class UserManager
extern UserManager userManager;
+/**
+ * \ingroup Rasmgrs
+ */
class Authorization
{
public:
@@ -230,6 +239,9 @@ class Authorization
extern Authorization authorization;
+/**
+ * \ingroup Rasmgrs
+ */
class RandomGenerator
{
public: