Esempio n. 1
0
void CModTclTimer::RunJob() {
	CModTcl *p = (CModTcl *)m_pModule;
	if (p)
		p->TclUpdate();
}