mirror of
https://github.com/anope/anope.git
synced 2026-06-25 02:46:37 +02:00
Rewrote the MySQL API to use threads. This acts similar to before, but is faster. Removed db_mysql_execute for now.
This commit is contained in:
@@ -92,3 +92,14 @@ unsigned Version::GetBuild() const
|
||||
{
|
||||
return this->Build;
|
||||
}
|
||||
|
||||
Service::Service(Module *o, const Anope::string &n) : owner(o), name(n)
|
||||
{
|
||||
ModuleManager::RegisterService(this);
|
||||
}
|
||||
|
||||
Service::~Service()
|
||||
{
|
||||
ModuleManager::UnregisterService(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user