From c914d298604ef7ad3934c3c213d3f8822d6646d9 Mon Sep 17 00:00:00 2001 From: Guillaume Buisson <contact@guillaume.dev> Date: ćšć, 20 5æ 2021 13:50:43 +0800 Subject: [PATCH] Several fixes (#120) --- src/library/base/EventRegistry.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/library/base/EventRegistry.h b/src/library/base/EventRegistry.h index 38b44d0..a6260b2 100644 --- a/src/library/base/EventRegistry.h +++ b/src/library/base/EventRegistry.h @@ -55,6 +55,7 @@ void addEvent(LCC_EVENT_TYPE event, const std::string &licenseLocationId); void addEvent(LCC_EVENT_TYPE event, const char *licenseLocationId = nullptr, const char *info = nullptr); void exportLastEvents(AuditEvent *auditEvents, int nlogs); + std::string to_string() const; }; } // namespace license #endif /* EVENTREGISTRY_H_ */ -- Gitblit v1.9.1