openappsec/events/include/new_table_entry.h
2023-05-11 18:54:44 +00:00

11 lines
169 B
C++

#ifndef __NEW_TABLE_ENTRY_H__
#define __NEW_TABLE_ENTRY_H__
#include "event.h"
class NewTableEntry : public Event<NewTableEntry>
{
};
#endif // __NEW_TABLE_ENTRY_H__