mirror of
https://github.com/znc/znc.git
synced 2026-08-12 03:42:48 +02:00
Move the list of sessions to a more "public" place
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1806 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -156,6 +156,8 @@ private:
|
||||
CString m_sPath; // Gets filled by ResolveModule()
|
||||
CString m_sPage; // Gets filled by ResolveModule()
|
||||
CSmartPtr<CWebSession> m_spSession;
|
||||
|
||||
static map<CString, CSmartPtr<CWebSession> > m_mspSessions;
|
||||
};
|
||||
|
||||
#endif // !_WEBMODULES_H
|
||||
|
||||
Reference in New Issue
Block a user