Esempio n. 1
0
int Update::update_thread(void *p)
{
  Update *update = static_cast<Update *>(p);
  return update->Thread();
}