Added getForwardState

Added getForwardState
This commit is contained in:
Cleverson 2020-01-07 14:21:50 -03:00 committed by GitHub
parent 8da905fbfa
commit 7787569fec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,6 +106,7 @@ public:
inline CPluginMngr::CPlugin *getPlugin() { return plugin; }
void registerFilter(char* filter);
void setForwardState(ForwardState value);
ForwardState getForwardState();
inline int getFunction() { return func; }
};