MCPcopy Create free account
hub / github.com/acl-dev/acl / RunThread

Method RunThread

app/jencode/IdxTrans.cpp:170–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170void *CIdxTrans::RunThread(void *arg)
171{
172 CIdxTrans *pIdxTrans = (CIdxTrans*) arg;
173
174 pIdxTrans->Trans();
175 ::PostMessage(pIdxTrans->m_hWnd, pIdxTrans->m_nMsgTransEnd, 0, 0);
176 return (NULL);
177}

Callers

nothing calls this directly

Calls 1

TransMethod · 0.45

Tested by

no test coverage detected