void ClientMain::createWorker (  )  [private]

Definition at line 254 of file ClientMain.cpp.

00254                               {
00255         if ( pthread_create(&worker, 0, &staticWorkerWrapper, (void*)this) ) {
00256                 cout << DateFormater::getDate() << "creation of worker failed!" << endl;
00257         }
00258 }


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