|
|||
|
|||
|
#include <inspircd.h>
Inheritance diagram for ConfigReaderThread:


Public Member Functions | |
| ConfigReaderThread (InspIRCd *Instance, bool bail, const std::string &useruid) | |
| virtual | ~ConfigReaderThread () |
| void | Run () |
| Override this method to put your actual threaded code here. | |
Private Attributes | |
| InspIRCd * | ServerInstance |
| bool | do_bail |
| std::string | TheUserUID |
Definition at line 282 of file inspircd.h.
|
||||||||||||||||
|
Definition at line 288 of file inspircd.h. |
|
|
Definition at line 292 of file inspircd.h. |
|
|
Override this method to put your actual threaded code here.
Implements Thread. Definition at line 2351 of file configreader.cpp. References InspIRCd::Config, do_bail, ThreadEngine::Lock(), ServerConfig::Read(), ServerInstance, Thread::SetExitFlag(), TheUserUID, InspIRCd::Threads, and ThreadEngine::Unlock(). Referenced by InspIRCd::InspIRCd(). |
|
|
Definition at line 285 of file inspircd.h. Referenced by Run(). |
|
|
Definition at line 284 of file inspircd.h. Referenced by Run(). |
|
|
Definition at line 286 of file inspircd.h. Referenced by Run(). |