Added getForwardState

Added getForwardState
This commit is contained in:
Cleverson 2020-01-07 14:07:44 -03:00 committed by GitHub
parent cf2ae249bf
commit 92e78f7ca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,6 +196,10 @@ void EventsMngr::ClEvent::setForwardState(ForwardState state)
m_State = state;
}
ForwardState EventsMngr::ClEvent::getForwardState()
{
return this->m_State;
}
int EventsMngr::registerEvent(CPluginMngr::CPlugin* plugin, int func, int flags, int msgid)
{