mirror of
https://github.com/anope/anope.git
synced 2026-07-08 04:03:12 +02:00
Much more work on the live SQL. Should work pretty decently now under heavy load.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "services.h"
|
||||
#include "modules.h"
|
||||
|
||||
Base::Base()
|
||||
{
|
||||
@@ -10,6 +11,8 @@ Base::~Base()
|
||||
{
|
||||
(*it)->Invalidate();
|
||||
}
|
||||
|
||||
FOREACH_MOD(I_OnObjectDestroy, OnObjectDestroy(this));
|
||||
}
|
||||
|
||||
void Base::AddReference(dynamic_reference_base *r)
|
||||
|
||||
Reference in New Issue
Block a user