mirror of
https://github.com/anope/anope.git
synced 2026-07-02 07:26:38 +02:00
Add more debug logging to db_json.
This commit is contained in:
@@ -121,6 +121,7 @@ public:
|
||||
* @return The serializable object type
|
||||
*/
|
||||
Serialize::Type *GetSerializableType() const { return this->s_type; }
|
||||
const auto &GetSerializableName() const { return this->s_name; }
|
||||
|
||||
static const std::list<Serializable *> &GetItems();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user