[static, private]
Definition at line 266 of file ClientMain.cpp.
00266 { 00267 ClientMain* temp = (ClientMain*)ptr; 00268 temp->workerThread(); 00269 pthread_exit(0); 00270 }