1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 15:26:41 +02:00

Removed MARK_DEPRECATED from the OnDatabaseExpire events

This commit is contained in:
Adam
2010-07-24 03:32:27 -04:00
parent b899a5c269
commit b218d52a31
+2 -2
View File
@@ -559,11 +559,11 @@ class CoreExport Module
* Note: Code that is in seperate expiry routines should just be done
* when we save the DB, theres no need to have both
*/
virtual void OnPreDatabaseExpire() MARK_DEPRECATED { }
virtual void OnPreDatabaseExpire() { }
/** Called when the database expire routines are called
*/
virtual void OnDatabaseExpire() MARK_DEPRECATED { }
virtual void OnDatabaseExpire() { }
/** Called when the flatfile dbs are being written
* @param Write A callback to the function used to insert a line into the database