mirror of
https://github.com/znc/znc.git
synced 2026-05-05 13:02:31 +02:00
Added setter SetLoggedIn()
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@691 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -45,6 +45,7 @@ public:
|
||||
|
||||
// Setters
|
||||
void SetDocRoot(const CString& s);
|
||||
void SetLoggedIn(bool b) { m_bLoggedIn = b; }
|
||||
// !Setters
|
||||
|
||||
// Getters
|
||||
|
||||
Reference in New Issue
Block a user