mirror of
https://github.com/openappsec/openappsec.git
synced 2025-11-16 09:21:54 +03:00
My 11th 2023 update
This commit is contained in:
13
components/utils/keywords/sentinel_runtime_state.h
Normal file
13
components/utils/keywords/sentinel_runtime_state.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef ___SENTINEL_RUNTIME_STATE_H__
|
||||
#define ___SENTINEL_RUNTIME_STATE_H__
|
||||
|
||||
#include "single_keyword.h"
|
||||
|
||||
class SentinelRuntimeState : public I_KeywordRuntimeState
|
||||
{
|
||||
public:
|
||||
uint getOffset(const std::string &) const override;
|
||||
uint getVariable(uint) const override;
|
||||
};
|
||||
|
||||
#endif // ___SENTINEL_RUNTIME_STATE_H__
|
||||
Reference in New Issue
Block a user