|
@@ -128,7 +128,7 @@ ErrorCodeEnum FSMBase::PostExitEvent()
|
|
|
|
|
|
void FSMBase::PostEventLIFO(FSMEvent *e)
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_SYSTEM)("post event last in first out: %d", e->iEvt);
|
|
|
+ //DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_SYSTEM)("post event last in first out: %d", e->iEvt);
|
|
|
try
|
|
|
{
|
|
|
SpEntity *pEntity = dynamic_cast<SpEntity*>(m_pEntity->m_pEntityFunction);
|
|
@@ -142,7 +142,7 @@ void FSMBase::PostEventLIFO(FSMEvent *e)
|
|
|
|
|
|
void FSMBase::PostEventFIFO(FSMEvent *e)
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_SYSTEM)("post event first in first out: %d", e->iEvt);
|
|
|
+ //DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_SYSTEM)("post event first in first out: %d", e->iEvt);
|
|
|
try
|
|
|
{
|
|
|
SpEntity *pEntity = dynamic_cast<SpEntity*>(m_pEntity->m_pEntityFunction);
|