|
@@ -191,8 +191,7 @@ public:
|
|
|
}
|
|
|
else if (_stricmp(m_fsm.GetCurrStateName(), "Hold") != 0) {
|
|
|
DWORD errCode = m_fsm.GetFsmStateErrCode();
|
|
|
- //int state = m_fsm.GetFSMState();
|
|
|
- int state = m_fsm.GetCurrState()->id;
|
|
|
+ int state = m_fsm.GetFSMState();
|
|
|
DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM)("ReadJS req is unhandled ,CurrState=%d", state);
|
|
|
ctx->Answer(Error_Unexpect, errCode);
|
|
|
}
|
|
@@ -211,8 +210,7 @@ public:
|
|
|
}
|
|
|
else if (_stricmp(m_fsm.GetCurrStateName(), "Hold") != 0) {
|
|
|
DWORD errCode = m_fsm.GetFsmStateErrCode();
|
|
|
- //int state = m_fsm.GetFSMState();
|
|
|
- int state = m_fsm.GetCurrState()->id;
|
|
|
+ int state = m_fsm.GetFSMState();
|
|
|
DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM)("PostOnlineJS req is unhandled ,CurrState=%d", state);
|
|
|
ctx->Answer(Error_Unexpect, errCode);
|
|
|
}
|
|
@@ -231,8 +229,7 @@ public:
|
|
|
}
|
|
|
else if (_stricmp(m_fsm.GetCurrStateName(), "Hold") != 0) {
|
|
|
DWORD errCode = m_fsm.GetFsmStateErrCode();
|
|
|
- //int state = m_fsm.GetFSMState();
|
|
|
- int state = m_fsm.GetCurrState()->id;
|
|
|
+ int state = m_fsm.GetFSMState();
|
|
|
DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM)("EjectJS req is unhandled ,CurrState=%d", state);
|
|
|
ctx->Answer(Error_Unexpect, errCode);
|
|
|
}
|