mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
11 lines
169 B
C++
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__
|