nancy.liao
2025-05-29 8d405b265285c368df2e9cf1c14acee7532e0ee7
src/library/base/EventRegistry.h
@@ -52,9 +52,10 @@
    * @return NULL if no failures are found.
    */
   const AuditEvent *getLastFailure() const;
   void addEvent(EVENT_TYPE event, const std::string &licenseLocationId);
   void addEvent(EVENT_TYPE event, const char *licenseLocationId = nullptr, const char *info = nullptr);
   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_ */