void * ClientMain::staticWorkerWrapper ( void *  ptr  )  [static, private]

Definition at line 266 of file ClientMain.cpp.

00266                                                           {
00267         ClientMain* temp = (ClientMain*)ptr;
00268         temp->workerThread();
00269         pthread_exit(0);
00270 }


Generated on Wed Jun 25 14:47:08 2008 for keyvil by  doxygen 1.5.1