Definition at line 565 of file ClientMain.cpp. 00565 { 00566 pthread_mutex_t temp; 00567 if ( pthread_mutex_init(&temp,0) ) { 00568 cout << DateFormater::getDate() << "Failed to initialize the mutex that assures our signal handled instances to not corrupt..." << endl; 00569 } 00570 return temp; 00571 }
|
1.5.1