[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 }