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:
psychon
2010-03-04 14:10:45 +00:00
parent 333dd00867
commit c9f26ba05f
2 changed files with 7 additions and 4 deletions
+2
View File
@@ -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