|
@@ -226,7 +226,8 @@ unsigned int CFlowControlFSM::s2_on_event(FSMEvent* event)
|
|
|
} else if (event->iEvt == USER_EVT_REQACMFLOW) {
|
|
|
ReqACMFlowEvent *afe = static_cast<ReqACMFlowEvent *>(event);
|
|
|
ACMFlowInvoke evt;
|
|
|
- evt.req_context = afe->req_context;
|
|
|
+ CSimpleStringW req_context = CSimpleString16Bit2W(afe->req_context);
|
|
|
+ evt.req_context = req_context;
|
|
|
SpSendBroadcast(m_pEntity->GetFunction(), SP_MSG_OF(ACMFlowInvoke), SP_MSG_SIG_OF(ACMFlowInvoke), evt);
|
|
|
} else if (event->iEvt == USER_EVT_NTFENTFLOW) {
|
|
|
LOG_TRACE("notify enter flow, disallow control!");
|