|
|
@@ -111,7 +111,7 @@ public:
|
|
|
void SwitchToAgentFlow(CSimpleStringW req_context)
|
|
|
{
|
|
|
CSimpleStringA str_req = CSimpleStringW2A(req_context);
|
|
|
- Dbg("SwitchToAgentFlow, req_context:%s", str_req.getData());
|
|
|
+ Dbg("SwitchToAgentFlow, req_context:%s", str_req.GetData());
|
|
|
ReqAgentFlowEvent *e = new ReqAgentFlowEvent();
|
|
|
e->req_context = req_context;
|
|
|
e->m_pEntityBase = this;
|