Added getForwardState

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

View File

@ -171,6 +171,11 @@ void LogEventsMngr::CLogEvent::setForwardState(ForwardState state)
m_State = state; m_State = state;
} }
ForwardState LogEventsMngr::CLogEvent::getForwardState()
{
return m_State = state;
}
int LogEventsMngr::registerLogEvent(CPluginMngr::CPlugin* plugin, int func, int pos) int LogEventsMngr::registerLogEvent(CPluginMngr::CPlugin* plugin, int func, int pos)
{ {
if (pos < 1 || pos > MAX_LOGARGS) if (pos < 1 || pos > MAX_LOGARGS)