Victor Toofic
2021-05-20 2d75b7944990f1ce80b3847be1f8dff09df82dad
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_ */